Skip to content

Instantly share code, notes, and snippets.

@RichardNi
Created February 6, 2015 07:09
Show Gist options
  • Save RichardNi/622c613d9074a8160f1e to your computer and use it in GitHub Desktop.
Save RichardNi/622c613d9074a8160f1e to your computer and use it in GitHub Desktop.
android studio gradle 添加动态库
android {

    ......
    
    sourceSets {
        main {
            jniLibs.srcDirs = ['libs']
        }
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment