Is it possible to say what the minimal size in byte for a valid APK file would be? It should be installable on android but does not need to have any function at all. All Strings could be conserned as 1 char long (8byte).
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.
according to my new project with predefined application name, its size is 35k.
update:
After removing all useless texts and images (i just kept 1 ldpi image as icon with size of 2.66k) and compiling new apk file its size reduced to 7KB.