Skip to content
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

Try to reduce APK size #60

Open
AndreMiras opened this issue Jul 16, 2017 · 1 comment
Open

Try to reduce APK size #60

AndreMiras opened this issue Jul 16, 2017 · 1 comment

Comments

@AndreMiras
Copy link
Owner

AndreMiras commented Jul 16, 2017

The APK size is currently 20M (uncompressed 75M) which seems to be a lot to me.
We could try doing a first pass and see the state of the art and without expecting anything, but prepare the ground for next passes.
Here's the upstream ticket: kivy/python-for-android#202

AndreMiras added a commit that referenced this issue Jul 16, 2017
Compressed size unchanged, uncompressed 74.7 -> 72.9
AndreMiras added a commit that referenced this issue Jul 16, 2017
Compressed 72.9M -> 72.3M (uncompressed 20M -> 19M)
@AndreMiras
Copy link
Owner Author

Theses are the files we want to look at:

find .buildozer/android/platform/build/build/python-installs/pywallet/lib/  -name "*.so"
find .buildozer/android/platform/build/build/python-installs/pywallet/lib/  -name "*.pyo"

AndreMiras added a commit that referenced this issue Nov 11, 2017
Reduces 6M of compressed size.
For some reason, we cannot use the directory full path.
AndreMiras added a commit that referenced this issue Nov 11, 2017
Reduces 6M of compressed size.
For some reason, we cannot use the directory full path.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant