I have a database(17mb) that i copied in the assets folder and i am using it and everything working fine, now logicaly my apk file should minimum bigger but is not is only 7mb what i have done wrong?
Thanks for helping
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.
An apk compresses all your project files, so it’s normal that the apk is smaller than all files uncompressed. 7MB is usually not a problem on current Android devices out on the market, I also have app with an apk size of 25MB, and that also works fine on the device. btw: note that 25MB is the apk limit for APKs on the Android market, in case you decide to publish your app there some day.