User Tools

Site Tools


android:android-jni

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
android:android-jni [2011/03/16 12:44] percyandroid:android-jni [2016/05/05 13:07] (current) – external edit 127.0.0.1
Line 6: Line 6:
 ====== Android JNI相关 ====== ====== Android JNI相关 ======
 收集一些Android JNI的使用方法。 收集一些Android JNI的使用方法。
 +
 +====== JNA ======
 +
 +<code>
 +JNA provides Java programs easy access to native shared libraries without writing anything but Java code - no JNI or native code is required. This functionality is comparable to Windows' Platform/Invoke and Python's ctypes.
 +
 +JNA allows you to call directly into native functions using natural Java method invocation. The Java call looks just like the call does in native code. Most calls require no special handling or configuration; no boilerplate or generated code is required.
 +</code>
 +
 +  - https://github.com/twall/jna
 +  - https://github.com/twall/jna/blob/master/www/AndroidDevelopmentEnvironment.md
 ===== Android JNI介绍 ===== ===== Android JNI介绍 =====
   - Android JNI详述:参考http://hi.baidu.com/zhang_sg1984/blog/item/d0d7fcdd698916d58d1029af.html,讲得比较详细   - Android JNI详述:参考http://hi.baidu.com/zhang_sg1984/blog/item/d0d7fcdd698916d58d1029af.html,讲得比较详细
/var/www/dokuwiki/wiki/data/attic/android/android-jni.1300250654.txt.gz · Last modified: 2016/05/05 13:06 (external edit)