文件名称:JniGuoShip
介绍说明--下载内容均来自于网络,请自行研究使用
android NDK开发案例源码,调用本地的C++代码模拟一个锅炉的温度变化,通过Tread()线程开启,Handler调用,内容简单明了,对于NDK新手来说是一个不错的例子-android NDK source development case, call the local C++ code to simulate a boiler temperature changes, by Tread () thread open, Handler called content simple for novice NDK is a good example
(系统自动生成,下载前可以参看下载内容)
下载文件列表
JniGuoShip
..........\.classpath
..........\.cproject
..........\.project
..........\AndroidManifest.xml
..........\assets
..........\bin
..........\...\AndroidManifest.xml
..........\...\classes
..........\...\classes.dex
..........\...\.......\com
..........\...\.......\...\example
..........\...\.......\...\.......\jniguoship
..........\...\.......\...\.......\..........\BuildConfig.class
..........\...\.......\...\.......\..........\GetPressure.class
..........\...\.......\...\.......\..........\MainActivity$1.class
..........\...\.......\...\.......\..........\MainActivity$2.class
..........\...\.......\...\.......\..........\MainActivity.class
..........\...\.......\...\.......\..........\R$attr.class
..........\...\.......\...\.......\..........\R$dimen.class
..........\...\.......\...\.......\..........\R$drawable.class
..........\...\.......\...\.......\..........\R$id.class
..........\...\.......\...\.......\..........\R$layout.class
..........\...\.......\...\.......\..........\R$menu.class
..........\...\.......\...\.......\..........\R$string.class
..........\...\.......\...\.......\..........\R$style.class
..........\...\.......\...\.......\..........\R.class
..........\...\dexedLibs
..........\...\.........\android-support-v4-4bb05a96a0f8c4abb703a80068de397a.jar
..........\...\.........\annotations-1e80905ea301a4eb56728714750e2698.jar
..........\...\JniGuoShip.apk
..........\...\res
..........\...\resources.ap_
..........\...\...\drawable-hdpi
..........\...\...\.............\ic_launcher.png
..........\...\...\.............\pow.png
..........\...\...\drawable-mdpi
..........\...\...\.............\ic_launcher.png
..........\...\...\drawable-xhdpi
..........\...\...\..............\ic_launcher.png
..........\...\...\drawable-xxhdpi
..........\...\...\...............\ic_launcher.png
..........\gen
..........\...\com
..........\...\...\example
..........\...\...\.......\jniguoship
..........\...\...\.......\..........\BuildConfig.java
..........\...\...\.......\..........\R.java
..........\ic_launcher-web.png
..........\jni
..........\...\Android.mk
..........\...\com_example_jniguoship_GetPressure.h
..........\...\JniGuoShip.cpp
..........\libs
..........\....\android-support-v4.jar
..........\....\armeabi
..........\....\.......\libJniGuoShip.so
..........\obj
..........\...\local
..........\...\.....\armeabi
..........\...\.....\.......\libJniGuoShip.so
..........\...\.....\.......\libstdc++.a
..........\...\.....\.......\objs
..........\...\.....\.......\....\JniGuoShip
..........\...\.....\.......\....\..........\JniGuoShip.o
..........\...\.....\.......\....\..........\JniGuoShip.o.d
..........\proguard-project.txt
..........\project.properties
..........\res
..........\...\drawable-hdpi
..........\...\.............\ic_launcher.png
..........\...\.............\pow.png
..........\...\drawable-ldpi
..........\...\drawable-mdpi
..........\...\.............\ic_launcher.png
..........\...\drawable-xhdpi
..........\...\..............\ic_launcher.png
..........\...\drawable-xxhdpi
..........\...\...............\ic_launcher.png
..........\...\layout
..........\...\......\activity_main.xml
..........\...\menu
..........\...\....\main.xml
..........\...\values
..........\...\values-sw600dp
..........\...\..............\dimens.xml
..........\...\values-sw720dp-land
..........\...\...................\dimens.xml
..........\...\......\dimens.xml
..........\...\......\strings.xml
..........\...\......\styles.xml
..........\src
..........\...\com
..........\...\...\example
..........\...\...\.......\jniguoship
..........\...\...\.......\..........\GetPressure.java
..........\...\...\.......\..........\MainActivity.java