I’m trying to build my app locally and I’m getting this error. I’ve previously succeeded in building it and I’m trying currently to solve a build issue on gitlab so I can include my app in the repo.
The current error I’m getting is
Could not build app com.gitlab.uak.mobile_paper_wallet: fdroidserver.exception
Full log:
vagrant@ad1bbbbc8a60:/build$ fdroid build $name
2022-08-15 19:26:11,225 INFO: Using git version 2.11.0
2022-08-15 19:26:11,226 INFO: Building version 1.3.9 (102110309) of com.gitlab.uak.mobile_paper_wallet
2022-08-15 19:26:11,226 WARNING: Android NDK version 'r23b' could not be found!
2022-08-15 19:26:11,226 WARNING: Configured versions:
2022-08-15 19:26:11,227 ERROR: Could not build app com.gitlab.uak.mobile_paper_wallet: fdroidserver.exception
2022-08-15 19:26:11,229 INFO: Build for app com.gitlab.uak.mobile_paper_wallet:102110309 failed:
fdroidserver.exception
2022-08-15 19:26:11,229 INFO: Finished
2022-08-15 19:26:11,229 INFO: 1 build failed
vagrant@ad1bbbbc8a60:/build$ fdroid build $name
2022-08-15 19:56:04,675 INFO: Using git version 2.11.0
2022-08-15 19:56:04,676 INFO: Building version 1.3.9 (102110309) of com.gitlab.uak.mobile_paper_wallet
2022-08-15 19:56:04,676 WARNING: Android NDK version 'r23b' could not be found!
2022-08-15 19:56:04,676 WARNING: Configured versions:
2022-08-15 19:56:04,677 ERROR: Could not build app com.gitlab.uak.mobile_paper_wallet: fdroidserver.exception
2022-08-15 19:56:04,679 INFO: Build for app com.gitlab.uak.mobile_paper_wallet:102110309 failed:
fdroidserver.exception
2022-08-15 19:56:04,680 INFO: Finished
2022-08-15 19:56:04,680 INFO: 1 build failed
Could you please help me solve it