You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks, all, for your help thus far. It's been great!
I built the APK from the Buildozer VM, and correctly zipaligned and signed it for Android, but it never runs. It only shows the Kivy load screen, and then closes instantly:
The debug APK crashes when loaded manually onto my phone.
The unsigned release APK crashes when loaded manually onto my phone.
The zipaligned and signed release APK crashes when loaded manually onto my phone.
So I'm thinking there's something wrong with my source code, but I can't see what.
The main.py perfectly fine through PyCharm, and here are its main specs:
My app's PyCharm interpreter runs Miniconda 2 with Python 2.7.9.
Below is a screenshot of the file with the most dependencies:
My buildozer.spec only has these listed module requirements:
# (list) Source files to include (let empty to include all the files)
source.include_exts = csv,txt,otf,ttc,ttf,mp3,py,png,jpg,kv,atlas
The only part with the kivy App installed (the remaining files just contains dictionaries, classes, and layouts) is my main.py. Its source code is below:
I tried the "run logcat" command from the Buildozer VM, but it doesn't throw any errors. It just says it succeeded, doesn't display, and then closes. I also tried to load it onto an Android Studio Emulator for two different types of phones and software packs, and it didn't load, either. Instead it states that there's an "error parsing package".
I only loaded the APK, none of its subfolders or other py files, when I tried running it.
Any ideas what could be going wrong?
The text was updated successfully, but these errors were encountered:
Thanks, all, for your help thus far. It's been great!
I built the APK from the Buildozer VM, and correctly zipaligned and signed it for Android, but it never runs. It only shows the Kivy load screen, and then closes instantly:
So I'm thinking there's something wrong with my source code, but I can't see what.
The main.py perfectly fine through PyCharm, and here are its main specs:
The only part with the kivy App installed (the remaining files just contains dictionaries, classes, and layouts) is my main.py. Its source code is below:
I tried the "run logcat" command from the Buildozer VM, but it doesn't throw any errors. It just says it succeeded, doesn't display, and then closes. I also tried to load it onto an Android Studio Emulator for two different types of phones and software packs, and it didn't load, either. Instead it states that there's an "error parsing package".
I only loaded the APK, none of its subfolders or other py files, when I tried running it.
Any ideas what could be going wrong?
The text was updated successfully, but these errors were encountered: