• Add Android SDK/NDK tools into PATH (used by native/Makefile).
  • Set environment variable NDK_PLATFORM (used by native/Makefile).
  • Build using: ant -Dos.prefix=android-arm dist.
  • Tests must be run on the target platform, not the build platform.
  • Add dist/jna.jar and/or dist/platform.jar to your application, as needed.
  • If you're using android-maven-plugin, jna.jar can be used as-is (native libraries will be automatically copied into your project).
  • If you're using Google's Eclipse plugin then you must manually remove libjnidispatch.so from jna.jar/lib/armeabi and add it into your project's libs/armeabi directory.
  • See http://code.google.com/p/android/issues/detail?id=17861 and http://developer.android.com/guide/practices/jni.html for more information.

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. Android调用系统程序
  2. 丰富多彩的Android(安卓)onTouch事件
  3. Android(安卓)让TextView变成Dialog
  4. Android(安卓)MediaExtractor 浅析
  5. 理解Android进程创建流程(转)
  6. android 全部命令
  7. android虚拟按键NavigationBar的判断
  8. android 获取mac地址
  9. Android(安卓)字体颜色渐变效果 Span实现
  10. android AsyncTask