1,No rule to make target needed by *.so问题的解决
问题:
Android NDK:   This is likely to result in incorrect builds. Try using LOCAL_STATIC_LIBRARIES  

Android NDK: or LOCAL_SHARED_LIBRARIES instead to list the library dependencies of the
Android NDK: current module

make.exe: *** No rule to make target `jni/JNIterface.cpp', needed by `obj/local/armeabi/objs/JNIterface/JNIterface.o'. Stop.


这是由于有些源文件(jni/JNIterface.cpp)没有指定造成的。自习检查jni/JNIterface.cpp是否写错了,改正即可。

更多相关文章

  1. Android(安卓)读取资源文件下面的文件
  2. Android(安卓)Apk 代码混淆与资源文件混淆实战
  3. android 背景resource资源文件使用整理
  4. android资源文件中xliffg:g的用法
  5. android开发之播放资源文件中的视频
  6. 在Ubuntu中获取Android源文件(相关整理&摘抄)
  7. The RK3066/RK30SDK Android(安卓)4.2 audio codec has a bug!
  8. android工具-annotations
  9. Android(安卓)性能优化(六)——资源文件的存放

随机推荐

  1. Android(安卓)UltimateRecyclerView优雅
  2. Android开发的几种方式
  3. Android开发:实现popupwindow中显示listvi
  4. HTC Kaiser 编译Android(安卓)Kernel zIm
  5. android证书指纹的生成
  6. Android(安卓)设计模式之策略模式
  7. android 权限库EasyPermissions
  8. 谷歌官方Android应用架构库——处理生命
  9. android学习——activity实现动画切换
  10. Android系统的四大组件详解