-
Notifications
You must be signed in to change notification settings - Fork 523
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
apk way too large - 800mb #520
Comments
Please share the code and buildozer.spec. I really wonder how did you package the APK and what's its content. Maybe you included a file from e.g. |
This is almost always because you have accidentally indluded something you didn't mean to, such as the previous version of the apk. You can see what's inside by extracting the apk (it is a zip file), locating the file |
Judging from
you must have something in the folder with |
I have found the problem, the files were in a folder which contained crystalx files so I've moved the files in another folder and set the path to it, now it has 18 mb, but the app is only displaying a black screen on my phone, any ideeas? I only have a main.py and a SimpleKivy.kv |
You can debug this with adb logcat. |
I have created an apk which contains some basic sockets(under 100 lines of code) and only importing sockets and the apk generated using
buildozer android debug
and following the tutorial from README docs was over 800mb. What did I do wrong?Debian Stretch
Python 3.5
Kivy 1.10
The text was updated successfully, but these errors were encountered: