i upload my application in android market.i have an problem my apk file exceed 50 MB.in developer console to download expansion file. what is this? how to download? otherwise how to compress my apk as 50 MB. help me..
Share
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.
Have you read through the Android Developer’s APK Expansion Files page?
It contains great instructions on how to use expansion files.
It’s difficult to give tips on how to best utilize the expansion files or on how to decrease the size of your APK without knowing more about your application. In general, I would say the easiest way to decrease the size of your APK would be to move resources (especially any large ones you may have, such as videos) to an expansion file.
You should also check to make sure that you don’t have any unused or unwanted resources in your APK, such as the Play store promotional graphics for your app.