做rn的时候都会加上这个:

android {
    compileSdkVersion 28 
    defaultConfig { 
      ndk {
            abiFilters "armeabi-v7a", "x86" //this 货
        }
    } 
}

原因是啥呢?
因为rn jni里已经写了:
[RN]为什么要带上 abiFilters "armeabi-v7a", "x86"

相关文章:

  • 2022-12-23
  • 2021-07-15
  • 2022-12-23
  • 2022-02-24
  • 2021-04-09
  • 2021-12-06
  • 2022-12-23
猜你喜欢
  • 2021-12-19
  • 2021-12-12
  • 2021-12-28
  • 2021-06-19
  • 2021-11-27
  • 2022-12-23
  • 2022-02-01
相关资源
相似解决方案