Android apk expansion file - optional

最后都变了- 提交于 2019-12-10 15:57:22

问题


Can I use main expansion file as optional download option in application? So I don't need download it with APK file but later when user would do it.


回答1:


When you create an expansion file, it should be something like

[main|patch].<version>.<package_name>

main, is for files that you're app needs to run, so you choose patch. The version is the same apk version you are uploading the expansion file with. If your apk version is 7 you should name the expansion file as follow:

patch.7.com.yourpackagename

You then zip it, and upload to google play!



来源:https://stackoverflow.com/questions/25830667/android-apk-expansion-file-optional

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