
NDK开发
文章平均质量分 87
zhang_andrew
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
JNI技巧
JNI TipsIN THIS DOCUMENTJavaVM and JNIEnvThreadsjclass, jmethodID, and jfieldIDLocal and Global ReferencesUTF-8 and UTF-16 StringsPrimitive ArraysRegion CallsExceptions转载 2012-07-04 18:21:52 · 1616 阅读 · 0 评论 -
The Native Android API
OverviewAndroid exposes a native API to applications through the Native Development Kit (NDK). It is described in the $NDK/docs/STABLE-APIS.html document and summarized below:NameInclu转载 2012-06-30 21:16:50 · 3037 阅读 · 0 评论 -
Setting up Automatic NDK Builds in Eclipse
When editing native JNI code in an Android project using the Android NDK you may configure Eclipse to automatically rebuild your project when editing native code, just as it does for java. The below转载 2012-06-30 21:13:53 · 462 阅读 · 0 评论