【发布时间】:2013-03-14 11:01:34
【问题描述】:
当我尝试使用命令 make -j4 构建 android 源代码时,出现错误:
*** Done with the cleaning, now starting the real build.
Checking build tools versions...
build/core/base_rules.mk:130:
*** Android/android-ndk-r8d/sources//android/cpufeatures:
MODULE.TARGET.STATIC_LIBRARIES.cpufeatures already defined by Android/android-ndk-r8d/sources/android/cpufeatures。stoped。
什么意思,有什么问题?
【问题讨论】:
-
rm -fr out/ then make again 是一个简单的修复方法。
-
谢谢,我试了,还是不行
标签: compiler-errors makefile android-source building