Closed hardWorker254 closed 1 year ago
👋 @hardWorker254, Sorry to hear you are having difficulties with Kivy's Buildozer; Kivy unites a number of different technologies, so building apps can be temperamental. We try to use GitHub issues only to track work for developers to do to fix bugs and add new features to Buildozer. This issue has been closed, because it doesn't describe a bug or new feature request for Buildozer. There is a mailing list and a Discord channel to support Kivy users debugging their own systems, which should be able to help. They are linked in the ReadMe. Of course, if it turns out you have stumbled over a bug in Buildozer, we do want to hear about it here. The support channels should be able to help you craft an appropriate bug report.
Here is the relevant error line:
ValueError: invalid literal for int() with base 10: '1_beta'
You can probably figure out where "1_beta" came from.
Thank you, but after that the build returns another error:
cd /home/df/buildozer/app/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/dists/gdz_app && /home/df/buildozer/app/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/dists/gdz_app/gradlew clean assembleDebug
[WARNING]: ERROR: /home/df/buildozer/app/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/dists/gdz_app/gradlew failed!
I think error in command "cd /home/df/buildozer/app/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/dists/gdz_app && /home/df/buildozer/app/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/dists/gdz_app/gradlew clean assembleDebug", because the folder "gradlew" not in gdz_app , exists only the folder "gradle"
This is not the location for support questions. Please see the bot message above for better forums.
Versions
Description
I'm trying to build my android app but it's been failed. Can you help me, please?
buildozer.spec
Command:
Spec file:
Logs