I am creating application which apk file now becomes 55 MB in size and cant install it on emulator and device both.
-how can i increase emulator size?
-what will be problem to upload on android market.
Thank You.
Vikram
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would say refactor your app, since an app that is 55MB on an Android device is not going to be usable by a lot of people – unless off course that is the intent.
Perhaps you can refactor it into a series of smaller “mini-apps” – that work in unison but can be installed as separate .apks?
You may also want to consider allowing the app to be installed on the SDCard – you can set that in the Android App Manifest using the “installLocation” tag.