Gianni
Gianni

Reputation: 91

android .apk size increased

I noticed that the application size of my app, as reported by android, was doubled respect to the same application two months ago, despite I did only minor modifications. Even building the .apk from the same source code I used two months ago, I obtain a bigger .apk. I did some investigations and noticed that the classes.dex was way bigger. It seems that something changed in the build environment. Is it possible that the last android SDK causes bigger .dex classes? is it due to something else? I'm using android SKD inside Eclipse Indigigo: Android SDK Tools rev. 21 Android SKD Platform-tools rev. 16

Upvotes: 3

Views: 850

Answers (1)

Ralph
Ralph

Reputation: 26

Check your resources, Check whether you included or excluded some libraries from the project, Check your .jar files in the project.Clean and build your project.

Upvotes: 1

Related Questions