详细内容请参看 http://www.jetbrains.com/idea/webhelp/facet.html 以及 http://www.jetbrains.com/idea/webhelp/android-facet-page.html 那里有android studio的详细使用说明. A module is a discrete unit of functionality which you can compile, run, test and debug independently.
1.在build.gradle中添加配置 task nativeLibsToJar(type: Zip, description: "create a jar archive of the native libs") { destinationDir file("$projectDir/libs") baseName "Native_Libs2" extension "jar" from fileTree(dir: "