-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build failed at app\build.gradle #225
Comments
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:
|
Why not release AAR to maven server or Github directly? |
Do you still have the same error? You're right we could release the archive on maven, we already do that for our |
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 |
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.
Could not determine the dependencies of task ':app:compileDebugRenderscript'.
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
`
The text was updated successfully, but these errors were encountered: