[android-beginners] Re: Installing large size apk applications gives error

2010-05-27 Thread Philip H.
You would have to have your app download the assets when it's first run. It would be a security issue if the market included assets from a third party site when downloading an app. The user should know about everything that they're downloading. Also if you haven't already, try compressing your

[android-beginners] Re: Installing large size apk applications gives error

2010-05-26 Thread skalluraya
Thanks for the replies I am planning of implementing of downloading the assets or media files to SDCard after the application is installed. Just wanted to know. Does Android market provide any provision to link the assets to apk files. I mean when the apk gets installed the assets also should

[android-beginners] Re: Installing large size apk applications gives error

2010-05-24 Thread niko20
Yes, apps are actually zip files, which will be unzipped I believe upon install (at least some of the items in the APK do) so they take up more room than you see. On May 24, 11:32 am, TreKing treking...@gmail.com wrote: On Mon, May 24, 2010 at 12:48 AM, skalluraya skallur...@gmail.com wrote: