Blogs
Android Emulator App Size
Working on a new android app that requires the use of a number of wav audio files. None of the files themselves are all that large, but there are quite a few of them. When all the files are present, the resulting APK file is over 40MB. Not a huge size, but pretty big nonetheless. This is right on the edge of perhaps considering loading files onto the SD card, however, for this app, i want to have everything included in the APK itself and my audio files are in res/raw.

