msf
msf

Reputation: 1

apk size doesn't make sense in editor log

Calculation of complete size in Editor is wrong

This is .apk size

Help me to resolve this problem.

Upvotes: 0

Views: 108

Answers (1)

Johan Lindkvist
Johan Lindkvist

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

Related Questions