64 bit version issue in react-native android app by google play store

后端 未结 6 1958
离开以前
离开以前 2020-12-08 02:20

According to https://android-developers.googleblog.com/2017/12/improving-app-security-and-performance.html:

In August 2019, Play store will require that new

6条回答
  •  一生所求
    2020-12-08 03:21

    https://github.com/facebook/react-native/issues/2814

    Facebook seems to be dragging their feet on supporting 64 bit builds.

    You can check the intermediates in the build folder to see what abis you are supporting.

    https://developer.android.com/ndk/guides/abis.html

    Android takes the lowest common denominator of build abi. This is going to become an issue if Facebook doesn't address it soon.

提交回复
热议问题