Google Play - Fully Shadowed apk

后端 未结 19 2791
青春惊慌失措
青春惊慌失措 2020-12-13 17:48

I have an existing app on the PlayStore. I am releasing new version of the app as staged rollout. However, I am not able to publish the app due to \"Fully S

19条回答
  •  独厮守ぢ
    2020-12-13 18:16

    You must build in this way to solve the problem

    First: armeabi-v7a
    Second: x86
    Third: arm64-v8a
    fourth: x86_64
    

    Like this:

    3000467 - armeabi-v7a
    3000468 - x86
    3000469 - arm64-v8a
    3000470 - x86_64
    

提交回复
热议问题