ACINQ / phoenix

Phoenix is a self-custodial Bitcoin wallet using Lightning to send/receive payments.
https://phoenix.acinq.co
Apache License 2.0
656 stars 97 forks source link

Latest version 2.0.12 fails to build #475

Closed Giszmo closed 10 months ago

Giszmo commented 10 months ago

I tried to reproduce the playstore version android-v2.0.12 using the Dockerfile file but it uses ubuntu:22.10 which is past end of life and apt failed to install certain dependencies. I tried with 22.04 LTS and 23.04 but with those the build errors out at:

[2/2] STEP 16/22: RUN echo y | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager "build-tools;${ANDROID_BUILD_TOOLS_VERSION}" "cmake;${CMAKE_VERSION}" "ndk;${ANDROID_NDK_VERSION}" "patcher;v4" "platforms;${ANDROID_API_LEVELS}"
Warning: Failed to find package 'patcher;v4'                                    
Error: building at STEP "RUN echo y | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager "build-tools;${ANDROID_BUILD_TOOLS_VERSION}" "cmake;${CMAKE_VERSION}" "ndk;${ANDROID_NDK_VERSION}" "patcher;v4" "platforms;${ANDROID_API_LEVELS}"": while running runtime: exit status 1
dpad85 commented 10 months ago

Thanks for reporting this issue.