摘要: The Android NDK is not a single tool; it is a comprehensive set of APIs, cross-compilers, linkers, debuggers, build tools, documentation, and sample applications. The following are some of the k... 阅读全文
posted @ 2013-10-19 16:20 llzdev 阅读(220) 评论(0) 推荐(0)
摘要: 三个名词:SDK:Software Development Kit----->Android app开发套件JNI:JAVA Native Interface------------>JAVA本地调用接口NDK:Nateive Development Kit------>本地开发套件,用来写c/c++动态库,通过JNI给上层APP调用。在搭载Android的设备上安装Android framewo... 阅读全文
posted @ 2013-10-19 16:16 llzdev 阅读(376) 评论(0) 推荐(0)