sz3 / cfc

Demo/test android app for libcimbar. Copy files over the cell phone camera!
https://cimbar.org
MIT License
226 stars 25 forks source link

F-Droid build failed #20

Closed linsui closed 1 year ago

linsui commented 1 year ago

https://monitor.f-droid.org/builds/log/org.cimbar.camerafilecopy/9#site-footer

> Task :app:stripReleaseDebugSymbols FAILED

FAILURE: Build failed with an exception.

* What went wrong:

Execution failed for task ':app:stripReleaseDebugSymbols'.

> 1 exception was raised by workers:

org.gradle.process.internal.ExecException: A problem occurred starting process 'command '/opt/android-sdk/ndk/25.2.9519653/toolchains/llvm/prebuilt/linux-x86_64/bin/arm-linux-androideabi-strip''

Could you please take a look? Thanks!

sz3 commented 1 year ago

Man, I hate android development.

Thanks for posting this.

sz3 commented 1 year ago

Ok, for now I rolled back the ndk change on master, which should be sufficient to fix the build (I think).

licaon-kter commented 1 year ago

Done https://gitlab.com/fdroid/fdroiddata/-/commit/ae4c6129a42221d7c399e8e904828845dd95c406

linsui commented 1 year ago

Thanks!