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.

Cannot build the app

See original GitHub issue

After I downloaded the release 0.25.3 The app cannot be build cause it cannot find the bitcoin kit and add into the project.

FAILURE: Build completed with 9 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':app:dataBindingMergeDependencyArtifactsDebug'.
> Could not resolve all files for configuration ':app:debugCompileClasspath'.
   > Could not find com.github.horizontalsystems:bitcoin-kit-android:a070562.
     Required by:
         project :app

how to solve it?

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
tkterriscommented, Aug 5, 2022

I changed it to use the “a070562cc6”, which worked as well.

https://jitpack.io/com/github/horizontalsystems/bitcoin-kit-android/a070562cc6/

1reaction
laisuki1109commented, Aug 4, 2022

image The problem is still occured

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot build iOS app to iPhone device - Apple Developer
I am testing an ios app using xcode 10.2. 1; the app runs properly in the various simulators available with xcode. If I...
Read more >
Flutter app, cannot build the app in simulator - Stack Overflow
So I'm trying to launch this flutter app on iOS (app already on Google Play). But somehow, I can't run my app on...
Read more >
Can't build my app using flutter 3.0 · Issue #103571 - GitHub
I Can't build my app after I upgrade the flutter SDK to 3.0. flutter doctor -v [√] Flutter (Channel stable, 3.0.0, on Microsoft...
Read more >
I can't build my app - MIT App Inventor Community
I want to build APK and AAB file (compile my app) but it's always say Server error: could not build target. Please try...
Read more >
Known issues with Android Studio and Android Gradle Plugin
NoClassDefFoundError: Could not initialize class ... When you navigate to Build > Generate Signed Bundle / APK and attempt to configure app signing...
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