Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Reduce size of debug APK in IntelliJ

I am co-working on medium sized Android project with 9 Android libraries and 10 jar libs. I develop in IntelliJ and my collaborant works in Eclipse. In Eclipse the size of debug APK is about 2.5 MB, in IntelliJ it is 20 MB. How is it possible? Can I reduce size of APK in IntelliJ to make faster to upload it into device?

like image 701
sealskej Avatar asked May 08 '13 15:05

sealskej


People also ask

What is an average size of an APK?

Average Android and iOS file size But these figures include mobile apps that have a release date in the distant past. Indeed, if we look at mobile apps released in the past month, we see an average Android app file size of 14.6MB. And an average of 37.9MB for iOS mobile apps.


1 Answers

An APK is a zip file. Change the extension to .zip and unzip it. See what is in it.

like image 50
Sofi Software LLC Avatar answered Sep 30 '22 09:09

Sofi Software LLC