-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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 size growing #2207
Comments
Yes there's is already a recent bug created for it. Basically the app is now built with debug symbols turned on by default. We're working on updating this behaviour |
@AndreMiras |
Yes exactly this is in develop and it's the default behaviour |
@AndreMiras
|
I haven't tried, give it a go on develop and you tell me 😄 |
Why didn't I think of trying develop?! ;)
|
Versions
Description
Building "Hello World" in an empty directory:
buildozer init
buildozer android debug
Results in an apk that is 28MB
p4a 2020.4.29 (NDK 19c, SDK 29, armeapi-v7a ) also gives 28MB
p4a 2020.4.29 (NDK 19c, SDK 29, arm64-v8a ) gives 21MB
Not long ago this was 12MB
Is 28MB the new normal?
buildozer.spec
Command:
Spec file:
Logs
The text was updated successfully, but these errors were encountered: