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

Is there a way to build smaller apks? #2553

Closed
chaiwa-berian opened this issue Feb 14, 2022 · 1 comment
Closed

Is there a way to build smaller apks? #2553

chaiwa-berian opened this issue Feb 14, 2022 · 1 comment

Comments

@chaiwa-berian
Copy link

Hi! I am sorry, but there is no simple way to make it smaller.

Usually, it's not very critical for apks to weigh 15 megabytes. Many apps on the Internet weigh 10-20 MB.

You can try to ask your question on Buildozer or Python-for-android repositories (buildozer uses p4a for building apk, so it's better to ask p4a).

Also, you should know that p4a unpacks your code and standard library code on the first run. You may want to see the full app's size after running.

Thanks.

Originally posted by @chaiwa-berian in ArtemSBulgakov/buildozer-action#13 (comment)

@chaiwa-berian chaiwa-berian changed the title Is there way to build smaller apks? Is there a way to build smaller apks? Feb 14, 2022
@misl6
Copy link
Member

misl6 commented Apr 6, 2022

Duplicated of: #202

@misl6 misl6 closed this as completed Apr 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants