简体   繁体   中英

Increase the size of an Android App (.APK)

I have the problem that I need to reach a certain size of my .apk Regularly, it is about 2 MBs big which is by far not enough for me. I want it to climb on 50 MB at least - my first attempt was to revert it into the project files with the apktool and then bomb the project folder with files (pictures, music, etc) to fill 50 MB.

Unfortunately, it did not effect anything - the size stays the same.

How can I increase the size of my app without influencing its functionality?

Thanks in advance!

向项目添加一些mp3或wav。

Add lots of PNG files to your project's res/drawable-mdpi folder. The build clean and rebuild.

Update - make sure you deploy it to a test device first to insure that the new APK file actually gets generated and can be found in in the project's bin directory.

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