码迷,mamicode.com
首页 > 其他好文 > 详细

出现make: *** No rule to make target `all'. Stop.解决办法

时间:2016-03-08 12:06:47      阅读:255      评论:0      收藏:0      [点我收藏+]

标签:

在mac下用eclipse开发jni 总是出现如题所示的异常,后来将build command 改成ndk-build就可以了
具体如图所示
技术分享

输出内容

**** Build of configuration Default for project AppUninstall ****

/Users/cuiran/tool/android-ndk-r9d/ndk-build all 
Android NDK: WARNING: APP_PLATFORM android-19 is larger than android:minSdkVersion 9 in /Users/cuiran/src/workspace/AppUninstall/AndroidManifest.xml    
[armeabi] Install        : libuninstall.so => libs/armeabi/libuninstall.so

**** Build Finished ****

出现make: *** No rule to make target `all'. Stop.解决办法

标签:

原文地址:http://blog.csdn.net/cuiran/article/details/50825226

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!