Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经使用多个 apk 的概念(armeabi、armeabi-v7、x86)发布了我的应用程序现在我正在尝试发布应用程序的更新版本,但使用一个 apk 而不是多个。
使用 armeabi、armeabi-v7、x86 apk 的用户是否获得更新?
您可以发布一个 Apk 而不是多个 apk。您必须遵循的规则是确保新 APK 获得的版本号大于之前的任何版本,以确保用户获得更新。