Does it matter what I name the final .apk file that I will be uploading to the android market? Can the user see the name of the file?
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.
No, name of
.apkfile is ignored and user will not be able to see it. You can name.apkin whatever way is convenient for you. Android Market only parses the internals of.apkfiles and extracts all the information it needs.Also, when
.apkis installed on the device it named as<package.name>-#.apk. For example:com.google.zxing.client.android-2.apkorcom.estrongs.android.taskmanager-1.apk. Though this is not documented and just an observation.