build failed at app\build.gradle
Android Studio compiler is always failed at https://github.com/ACINQ/eclair-mobile/blob/testnet/app/build.gradle#L123.
Is there any problem?
=============================================================== ` Executing tasks: [:app:generateDebugSources] in project /GitHub/Eclair/eclair-mobile-0.4.9-TESTNET
FAILURE: Build failed with an exception.
- What went wrong: Could not determine the dependencies of task ':app:compileDebugRenderscript'.
Could not resolve all task dependencies for configuration ':app:debugCompileClasspath'. Could not find fr.acinq.eclair:eclair-core_2.11:0.3.3-android. Required by: project :app
-
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
-
Get more help at https://help.gradle.org
BUILD FAILED in 2s `
Hello,
Build fails because it needs the eclair-core library (this is a required dependency for this project, it contains most of the Lightning related logic).
To get this version of eclair-core you must build it yoursef. To do that:
- clone the eclair project: https://github.com/ACINQ/eclair
- checkout the
v0.3.3-androidtag - build the project with maven (you can find dertailed instructions here: https://github.com/ACINQ/eclair/blob/v0.3.3-android/BUILD.md
- Then you're good to go and can build Eclair Mobile
Why not release AAR to maven server or Github directly? Since I still build failed by BUILD.md
Do you still have the same error?
You're right we could release the archive on maven, we already do that for our bitcoin-lib library.
When will it available on maven?
Still not found 'fr.acinq.eclair:eclair-core_2.11:0.3.3-android' at https://mvnrepository.com/artifact/fr.acinq?sort=newest
Add these dependencies and still build failed at

LOG eclair_build_failed.txt