Android Market and APK file name

后端 未结 2 1056
谎友^
谎友^ 2021-02-13 15:25

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?

2条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-13 16:12

    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 -#.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.

提交回复
热议问题