Android Market multiple APK… How about different CPU architectures?

后端 未结 5 1220
野性不改
野性不改 2021-02-05 09:57

So I thought I could now upload my app using different NDK compiled libraries for targeted CPU architectures but it seems like that\'s not possible.

Anyone know how to u

5条回答
  •  执笔经年
    2021-02-05 10:26

    You can declare supports-gl-texture in your AndroidManifest.xml for each separately compiled (and re-packaged) app. This will provide Market filtering, so a single user will only see one version of your app.

提交回复
热议问题