I was very happy when I found ability to create release signed and proguarded apk
in my IntelliJ IDEA 11.
But created apk is very small ( 6 MB) against 33 MB of
all files in “production\out\mygame”
I guess images from /assets were not included to this final apk.
Or should I upload somehow classes.dex, mygame.apk.res to GooglePlay?
Thanks.
I was very happy when I found ability to create release signed and proguarded
Share
I was able to export the signed apk from the provided project and run it on my device. Try to disable Proguard option, it didn’t work for me, probably because your project needs different configuration for obfuscation.
The signed APK contains all the images from
/assets.