-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Cannot build APK - IndexError: List index out of range #1774
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
Comments
Thanks for the bug report. This is more like a p4a bug and I confirm I could reproduce it on the Docker container. docker run -it --rm kivy/python-for-android And below is the recipe build log and error trace:
|
@myasul so this is a confirmed p4a bug, most likely on the pythonforandroid/recipes/sqlalchemy/init.py recipe. Would you like to give it a try fixing it? I can assist. |
I would be very interested that this bug will be fixed soon. |
Great that you're willing to take a look 😄 |
Strange, I get another error using latest master: [INFO]: -> directory context /home/pille/.local/share/python-for-android/build/other_builds/sqlalchemy-python3/armeabi-v7a__ndk_target_21/sqlalchemy RAN: /home/pille/.local/share/python-for-android/build/other_builds/hostpython3/desktop/hostpython3/native-build/python setup.py install -O2 --root=/home/pille/.local/share/python-for-android/build/python-installs/MVO_Bed_App --install-lib=. STDOUT: STDERR: Traceback (most recent call last): RAN: /home/pille/.local/share/python-for-android/build/other_builds/hostpython3/desktop/hostpython3/native-build/python setup.py install -O2 --root=/home/pille/.local/share/python-for-android/build/python-installs/MVO_Bed_App --install-lib=. STDOUT: STDERR: |
Ran the same in docker. File "/home/user/pythonforandroid/recipe.py", line 912, in build_compiled_components But no lib.* files. build/ |
@AndreMiras thank you for the quick response. I'll have a look at it tomorrow. |
Should be fixed with #1794 as well. |
True that 🎉 |
Versions
Description
I tried building my kivy app via buildozer. There are a lot of errors but stackoverflow and previous helped me up to this point. I'm currently stuck. I already tried rebuilding (deleting .buildozer folder then running buildozer -v android debug but I still encounter the same issue. Please advise.
buildozer.spec
Command:
Spec file:
Logs
The text was updated successfully, but these errors were encountered: