Is there a limit on the size of an android application in the market ?
I\'ve an application with a lot of sound, so the apk size is more than 10 Mb...
Thanks.
You'd better be bothered with your apk size. 10 Mb is too much for built-in memory, as not all the android devices let you install the application to sd card. Also, it is hard to download if 3g is used.
Please, consider decreasing size of your sounds by compressing it. Make sure you use all of the sounds and images, compress all you can, use some obfuscator tools to decrease the size of apk.