-
Notifications
You must be signed in to change notification settings - Fork 25
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
Labels
Comments
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)
Theses are the files we want to look at:
|
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.
AndreMiras
added a commit
that referenced
this issue
Nov 11, 2017
AndreMiras
added a commit
that referenced
this issue
Nov 11, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: