Android Question compiled apk file size problem

hamid rza

Member
Hello
i have a simple firebase project and when i compile it the apk file size is 6.7 mb but it shouldn't be like this
i unzipped the apk and there is two classes.dex file and thats increase the size
i think the compiled apk size should maximum 2 mb not 6.7 mb
 

Attachments

  • b4a.zip
    12.5 KB · Views: 6

AnandGupta

Expert
Licensed User
Longtime User
Hello
i have a simple firebase project and when i compile it the apk file size is 6.7 mb but it shouldn't be like this
i unzipped the apk and there is two classes.dex file and thats increase the size
i think the compiled apk size should maximum 2 mb not 6.7 mb
As G releases new SDK with new policies, expect bloated APK.
But keep in mind you upload AAB at GStore and it itself determines and creates the APK for the device to download, so size will vary device to device.
 
Upvote 0
Top