文件名称:Android NDK开发动态加载so
文件大小:1.32MB
文件格式:ZIP
更新时间:2017-11-10 12:02:29
Android NDK 动态加载so
Android NDK开发动态加载so,采用System.load方法实现
【文件预览】:
bin
----TestTwoLib.apk(248KB)
----classes.dex(543KB)
----res()
--------crunch()
----jarlist.cache(120B)
----dexedLibs()
--------android-support-v4-04300d31c322832c19ec6812b406d969.jar(185KB)
----classes()
--------com()
----resources.ap_(49KB)
----AndroidManifest.xml(823B)
res
----drawable-ldpi()
----values-v11()
----values-v14()
----drawable-hdpi()
--------ic_launcher.png(7KB)
----drawable-xhdpi()
--------ic_launcher.png(12KB)
----drawable-xxhdpi()
--------ic_launcher.png(24KB)
----values()
--------strings.xml(173B)
----drawable-mdpi()
--------ic_launcher.png(4KB)
----layout()
--------activity_main.xml(477B)
proguard-project.txt
obj
----local()
--------armeabi()
----convert-dependencies.sh(403B)
ic_launcher-web.png
assets
----libtest2.so(13KB)
----libtest.so(13KB)
gen
----com()
--------example()
jni
----Android2.mk(148B)
----Android.mk(170B)
----test.h(532B)
----test2.cpp(146B)
----test1.cpp(146B)
.settings
----org.eclipse.jdt.core.prefs(177B)
src
----com()
--------example()
.project
.classpath
project.properties
AndroidManifest.xml
libs
----armeabi()
--------libtest2.so(13KB)
--------libtest.so(13KB)
----android-support-v4.jar(473KB)