Issue to copy library from plugin after updating to v7.1.2
See original GitHub issueEverything worked fine in v7.1.1
Now after updating to v7.1.2 I get this error:
BUILD FAILED in 7s
3 actionable tasks: 3 executed
/home/antonio/Projects/smartMirror/smartMirrorApk/platforms/android/gradlew: Command failed with exit code 1 Error output:
FAILURE: Build failed with an exception.
* What went wrong:
Could not resolve all files for configuration ':app:releaseCompileClasspath'.
> Could not find :deezer-sdk_library-release:.
Searched in the following locations:
file:/home/antonio/Projects/smartMirror/smartMirrorApk/platforms/android/app/libs/deezer-sdk_library-release.aar
Required by:
project :app
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: https://github.com/apache/cordova-android/compare/7.1.1...7.1.2#diff-4f73e5f70cec312ae82aa7d023e3c88b
Issue Analytics
- State:
- Created 5 years ago
- Comments:17 (14 by maintainers)
Top Results From Across the Web
Maven error "Failure to transfer..." - eclipse - Stack Overflow
The problem was that the "*.lastUpdated" file for a plugin was blocking the maven check for updates and not allowing a necessary jar...
Read more >Upgrading your build from Gradle 6.x to the latest
Run gradle wrapper --gradle-version 7.0 to update the project to 7.0. ... version of Groovy, you may experience minor issues when upgrading to...
Read more >Customer Support - Plugin Alliance
On the Plugin Alliance customer support page you will find frequently asked questions, technical and sale support forms and product update histories.
Read more >Benchmark - Android Developers
The Microbenchmark library also provides a Gradle plugin to use with your ... workaround bug in profileinstaller 1.3.0-alpha02, remove when updating to ...
Read more >VMware vCenter Server 7.0 Update 3f Release Notes
The libxml2 library is updated to version 2.9.13. Miscellaneous Issues. Files with extension "flat.ses" display their logical size rather than ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Now fixed in the latest patch release
Issues with
cordova-plugin-deezer
and https://github.com/j3k0/cordova-plugin-purchase should now be solved by PR #542 onmaster
branch, will be ported to upcoming 7.1.3 patch release.@j3k0 I am working on a solution that will support
https://github.com/j3k0/cordova-plugin-purchase#v7.1.0
(before you made adaptations for cordova-android@7) as part of #547.P.S. I tested build of
cordova-plugin-deezer
andhttps://github.com/j3k0/cordova-plugin-purchase#master
withcordova-android@nightly
, build succeeds andcordova plugin remove
succeeds.