How can I add .so files to an android library project using gradle 0.7+

后端 未结 4 802
别跟我提以往
别跟我提以往 2020-11-30 02:24

Project structure:

App project --> depends on Library project

Library Project has a folder for the compiled jni libs

jniLibs.srcDirs = [\'li         


        
4条回答
  •  情书的邮戳
    2020-11-30 03:10

    According to this thread:

    https://groups.google.com/forum/#!topic/adt-dev/nQobKd2Gl_8

    not being able to add .so files to library projects was a bug that was fixed in v0.8 of the plugin.

提交回复
热议问题