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

Posted cuiran

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了出现make: *** No rule to make target `all'. Stop.解决办法相关的知识,希望对你有一定的参考价值。

在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.解决办法的主要内容,如果未能解决你的问题,请参考以下文章