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

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

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

 

子模块module添加so库

快速查看lib中引用的so库

相关文章:

  • 2018-12-12
  • 2021-11-18
  • 2021-11-18
  • 2021-10-19
  • 2021-09-29
  • 2021-08-27
  • 2020-07-27
  • 2021-08-12
猜你喜欢
  • 2021-11-12
  • 2021-11-12
  • 2018-01-31
  • 2021-11-06
  • 2018-12-29
  • 2021-12-28
  • 2018-07-17
  • 2021-02-08
相关资源
相似解决方案