简体   繁体   中英

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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM