question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issue to copy library from plugin after updating to v7.1.2

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:17 (14 by maintainers)

github_iconTop GitHub Comments

1reaction
brodybitscommented, Nov 21, 2018

Now fixed in the latest patch release

1reaction
brodybitscommented, Nov 13, 2018

Issues with cordova-plugin-deezer and https://github.com/j3k0/cordova-plugin-purchase should now be solved by PR #542 on master 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 and https://github.com/j3k0/cordova-plugin-purchase#master with cordova-android@nightly, build succeeds and cordova plugin remove succeeds.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found