仅记录一下,在子模块module里需要添加so库,运行的时候报错,提示so库没有找到

在子模块的build.gradle  android下面添加

sourceSets {
    main {
        jniLibs.srcDirs = ['libs']
    }
}

 

子模块module添加so库

快速查看lib中引用的so库

相关文章:

  • 2021-08-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-16
  • 2021-12-10
  • 2022-12-23
猜你喜欢
  • 2021-05-28
  • 2021-06-08
  • 2021-06-17
  • 2021-12-29
  • 2022-01-16
  • 2021-04-23
  • 2022-12-23
相关资源
相似解决方案