读书人

编译android源码时意外中断怎么能

发布时间: 2012-03-17 19:06:28 作者: rapoo

编译android源码时,意外中断,如何能让其接着编译?
如题,各位达人。请帮忙。

[解决办法]
最好贴出错误信息。
[解决办法]
把错误代码注释掉
[解决办法]
这个好像不能吧,等待牛人的命令
[解决办法]
在 build/core/cleanbuild.mk 66行左右

Java code
ifneq ($(CURRENT_CLEAN_BUILD_VERSION),$(INTERNAL_CLEAN_BUILD_VERSION))  # The major clean version is out-of-date.  Do a full clean, and  # don't even bother with the clean steps.  $(info *** A clean build is required because of a recent change.)  $(shell rm -rf $(OUT_DIR))  $(info *** Done with the cleaning, now starting the real build.)else
[解决办法]
编译过的部分不会再编译了

读书人网 >Android

热点推荐