You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/11/09 12:46:01 UTC

[GitHub] afdev82 opened a new issue #540: Issue to copy library from plugin after updating to v7.1.2

afdev82 opened a new issue #540: Issue to copy library from plugin after updating to v7.1.2
URL: https://github.com/apache/cordova-android/issues/540
 
 
   Everything 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

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org