摘要: 1.官方文档 https://developer.android.google.cn/ndk/guides/android_mk 2. Android.mk简介 Android.mk文件是GNU Makefile的一小部分,它用来对Android程序进行编译.一个Android.mk文件可以编译多个 阅读全文
posted @ 2015-08-17 23:38 f9q 阅读(424) 评论(0) 推荐(0) 编辑
摘要: 1.官方文档 https://developer.android.google.cn/ndk/guides/application_mk 2.简介 在NDK中编写的是本地程序,源码在 jni目录下,这个本地项目的配置文件就是Application.mk APP_PROJECT_PATH 这个变量是强 阅读全文
posted @ 2015-08-17 22:24 f9q 阅读(447) 评论(0) 推荐(0) 编辑
摘要: ndk 调试本地应用时报错如下 :console信息:[2015-08-17 19:52:05 - NdkSample] Unknown Application ABI: [2015-08-17 19:52:05 - NdkSample] Android[2015-08-17 19:52:05 - ... 阅读全文
posted @ 2015-08-17 19:58 f9q 阅读(360) 评论(0) 推荐(0) 编辑
摘要: from :http://ian-ni-lewis.blogspot.com/2011/05/ndk-debugging-without-root-access.htmlNDK debugging without root accessRecentlyI made a comment to the ... 阅读全文
posted @ 2015-08-17 16:22 f9q 阅读(864) 评论(0) 推荐(0) 编辑
摘要: Using the NDK Plugin1. First set the path to SDK and NDK: Eclipse -> Window -> Preferences -> Android -> set path to SDK Eclipse -> Window -> Pref... 阅读全文
posted @ 2015-08-17 15:29 f9q 阅读(228) 评论(0) 推荐(0) 编辑
摘要: JNI Tips 1.In this document JavaVM and JNIEnv Threads jclass, jmethodID, and jfieldID Local and Global References UTF-8 and UTF-16 Strings Primitive A 阅读全文
posted @ 2015-08-17 15:02 f9q 阅读(588) 评论(0) 推荐(0) 编辑