android 4.0 编译过程中出现如下错误?
make: *** No rule to make target `out/host/linux-x86/bin/aapt', needed by `out/target/common/obj/APPS/SoundRecorder_intermediates/src/R.stamp'. Stop.
由于需要out里面的文件,所以在编译具体目录之前要编译根目录.
make: *** No rule to make target `out/host/linux-x86/bin/aapt', needed by `out/target/common/obj/APPS/SoundRecorder_intermediates/src/R.stamp'. Stop.
由于需要out里面的文件,所以在编译具体目录之前要编译根目录.
本文介绍了一种在Android4.0编译过程中遇到的特定错误:make工具无法找到目标文件`out/host/linux-x86/bin/aapt',这阻止了后续编译任务的进行。为了解决这个问题,需要先编译根目录以确保所有依赖项正确构建。
7535

被折叠的 条评论
为什么被折叠?



