Android Market multiple APK… How about different CPU architectures?

后端 未结 5 1221
野性不改
野性不改 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:24

    Please see Multiple APK Support in the Android documentation. This details some of the specifics of releasing multiple APKs of the same product/application.

    As for the NDK specifics, and as already mentioned, you can utilize multiple platforms / ABIs in the APP_ABI value of your Android.mk.

提交回复
热议问题