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

在运行QT中出现 error: No rule to make target `c:/Documents', needed by `debug/Documents.o'

Android2.3 编译出错:No rule to make InterpAsm-x86.S

make: *** No rule to make target 错误原因、分析和解决办法

make:***no rule to make target 'gdut2410'.stop。怎么解决

Linux 内核编译出错:make zimage命令;错误提示:make :***No rule to make target ‘zimage’. stop .

No rule to make target all'初学者求教