checkout the build.gradle from module:app. It turns out that there's a such config:

    ndk {
        abiFilters "armeabi-v7a", "x86"
    }

when I commented all out, everything worked fine.

相关文章:

  • 2021-08-31
  • 2021-11-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-17
  • 2022-12-23
猜你喜欢
  • 2021-04-14
  • 2021-08-17
  • 2021-04-09
  • 2021-12-19
  • 2021-12-12
  • 2021-12-28
  • 2021-06-19
相关资源
相似解决方案