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 get downloaded. I saw some examples where the users has to launch the app. Then on first launch the app starts downloading the assets. If this is done then user will see two download pages, first for downloading the app and second for downloading the assets before starting of app. Is there any way, that when user does apk download, the assets also gets downloaded simultaneously. And before starting of application He doesn't know that he has downloaded from two places....
On May 24, 11:26 pm, niko20 <[email protected]> wrote: > 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 <[email protected]> wrote: > > > > > On Mon, May 24, 2010 at 12:48 AM,skalluraya<[email protected]> wrote: > > > I have an application which is of size 130MB. > > > That's mildly absurd. > > > > when i try to install its displaying insufficient memory error. but i have > > > around 170MB left in available space in internal memory. > > > Apps require something like 2X space to install (even more if > > copy-protection is involved, I think). So you simply don't have enough space > > to install this massive app. > > > > How can i Install this app? > > > Get a phone with more space or reduce the size. If you want people to > > actually use this behemoth, probably the latter option. > > > > The size of the app is large because it contains many media files. > > > Consider reducing the number of media files and / or have the user download > > them to the SD card after installing the app. > > > > In Motorolla droid its getting installed. but on Nexus One its giving > > > this > > > error. > > > I assume the Droid has more space. > > > --------------------------------------------------------------------------- > > ---------------------- > > TreKing - Chicago transit tracking app for Android-powered > > deviceshttp://sites.google.com/site/rezmobileapps/treking > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Beginners" group. > > > NEW! Try asking and tagging your question on Stack Overflow > > athttp://stackoverflow.com/questions/tagged/android > > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group > > athttp://groups.google.com/group/android-beginners?hl=en > > -- > You received this message because you are subscribed to the Google > Groups "Android Beginners" group. > > NEW! Try asking and tagging your question on Stack Overflow > athttp://stackoverflow.com/questions/tagged/android > > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group > athttp://groups.google.com/group/android-beginners?hl=en -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

