-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue to copy library from plugin after updating to v7.1.2 #540
Comments
This is the line in my plugin.xml for the plugin that needs the library:
<source-file src="src/android/libs/deezer-sdk_library-release.aar" target-dir="app/libs/" />
I think this could be related to this change: 7.1.1...7.1.2
diff-4f73e5f70cec312ae82aa7d023e3c88b
<7.1.1...7.1.2diff-4f73e5f70cec312ae82aa7d023e3c88b>
Link does not work for me.
Can you confirm if you have a test case that shows the functionality
working on 7.1.1 but not on 7.1.2? What about the master branch?
I see you did raise a PR on 7.1.x (<
#539>). We would likely need
the same change on master if it is accepted on 7.1.x.
… |
For the link: ea6477f#diff-4f73e5f70cec312ae82aa7d023e3c88b For the test case... I just execute I didn't try with the master branch, how could I target this? PS: I also noticed that if I run |
Can you tell which plugin triggers this behavior?
A couple options:
Please report this in a separate issue, along with clear reproduction steps |
to verify that apacheGH-540 is resolved Co-Authored-By: Kyle Kirbatski <[email protected]> Co-Authored-By: Christopher J. Brody <[email protected]> Co-Authored-By: @afdev82 (Antonio Facciolo)
@afdev82 it would really help us if you can name the specific plugin that triggers this issue. We will need to make a specific exception to solve this issue without breaking old plugin compatibility. |
to verify that apacheGH-540 is resolved Co-Authored-By: Kyle Kirbatski <[email protected]> Co-Authored-By: Christopher J. Brody <[email protected]> Co-Authored-By: @afdev82 (Antonio Facciolo)
to verify that apacheGH-540 is resolved for aar Co-Authored-By: Kyle Kirbatski <[email protected]> Co-Authored-By: Christopher J. Brody <[email protected]> Co-Authored-By: @afdev82 (Antonio Facciolo)
for JAR and AAR (apacheGH-540) Co-Authored-By: Kyle Kirbatski <[email protected]> Co-Authored-By: Christopher J. Brody <[email protected]> Co-Authored-By: @afdev82 (Antonio Facciolo)
Hi @brodybits |
Hi, the plugin is this: https://github.com/adnotam/cordova-plugin-deezer |
Thanks guys. We will test installation with both plugins before releasing the next patch. I think we will need another unit test to check installation of |
Yes, we had to put an ugly hack in place to have installation/uninstallation work in all cases. |
Starting with j3k0/cordova-plugin-purchase@cc229ab Which seems to deal with the changed |
I didn't as I as thought I was doing something wrong and ended up finding workarounds. I have no problems reporting all sorts of installation issues we encounter if it's helpful to you... and if it's ok when I end up being the one that screwed up. Looking forward for the fix! |
Yes, I have also problems to uninstall the plugin too... It doesn't remove the library and if I try to readd the plugin again it throws an error because the library is still there. |
Issues with @j3k0 I am working on a solution that will support P.S. I tested build of |
Closing as the PR was merged in master |
for JAR and AAR (apacheGH-540) Co-Authored-By: Kyle Kirbatski <[email protected]> Co-Authored-By: Christopher J. Brody <[email protected]> Co-Authored-By: @afdev82 (Antonio Facciolo)
for JAR and AAR (apacheGH-540) Co-Authored-By: Kyle Kirbatski <[email protected]> Co-Authored-By: Christopher J. Brody <[email protected]> Co-Authored-By: @afdev82 (Antonio Facciolo)
for JAR and AAR (apacheGH-540) Co-Authored-By: Kyle Kirbatski <[email protected]> Co-Authored-By: Christopher J. Brody <[email protected]> Co-Authored-By: @afdev82 (Antonio Facciolo)
Now fixed in the latest patch release |
Everything worked fine in v7.1.1
Now after updating to v7.1.2 I get this error:
This is the line in my
plugin.xml
for the plugin that needs the library:I think this could be related to this change: 7.1.1...7.1.2#diff-4f73e5f70cec312ae82aa7d023e3c88b
The text was updated successfully, but these errors were encountered: