Reputation: 1
Calculation of complete size in Editor is wrong
Help me to resolve this problem.
Upvotes: 0
Views: 108
Reputation: 1784
The reason is most likely that the editor is reporting the size before it compress it and makes it an APK
. From the Android documentation. https://developer.android.com/topic/performance/reduce-apk-size.html#apk-structure
An APK file consists of a ZIP archive that contains all the files that comprise your app.
Upvotes: 1