Is arm64-v8a compatible with armeabi-v7a?

前端 未结 1 1473
梦毁少年i
梦毁少年i 2020-12-01 06:26

For my Android-app I\'m using the ABI \"x86\" and \"armeabi\" right now. The armeabi is used for all ARM-devices, including armv7a and arm64-v8a.

Now I would like to

相关标签:
1条回答
  • 2020-12-01 06:43

    Many modern Android devices (i.e. Nexus 5x) have AArch64 processors with arm64-v8a instruction set. Both - armeabi and armeabi-v7a - libraries run fine on these modern devices. Therefore, we can assume the answer to your question to be 'YES'.

    See this for a breakdown of ABI management on Android: https://developer.android.com/ndk/guides/abis.html

    0 讨论(0)
提交回复
热议问题