http://www.apkbus.com/android-114019-1-1.html

 
提高 AndroidManifest.xml中的manifest的android:versionCode
xmlns:android="http://schemas.android.com/apk/res/android"
          
package="string"
          
android:sharedUserId="string"
          
android:sharedUserLabel="string resource" 
          
android:versionCode="integer"
          
android:versionName="string"
          
android:installLocation=["auto" | "internalOnly" | "preferExternal">
    . . .


android:versionCode选项,如果android:versionCode="40012" 改成android:versionCode="40013"

相关文章:

  • 2021-12-26
  • 2021-06-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-20
  • 2022-12-23
  • 2021-10-16
相关资源
相似解决方案