Android Market and APK file name

核能气质少年 提交于 2019-12-21 03:36:23

问题


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?


回答1:


No, name of .apk file is ignored and user will not be able to see it. You can name .apk in whatever way is convenient for you. Android Market only parses the internals of .apk files and extracts all the information it needs.

Also, when .apk is installed on the device it named as <package.name>-#.apk. For example: com.google.zxing.client.android-2.apk or com.estrongs.android.taskmanager-1.apk. Though this is not documented and just an observation.




回答2:


  1. I have noticed the package name of app on the prompt message when application got crashed.

  2. Package name is also visible for some time, when device is loading package screen in settings. If device is acting slow, I can see the package name of the application.

So you can take care of package name.



来源:https://stackoverflow.com/questions/6245858/android-market-and-apk-file-name

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!