首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Android >

编译android源码时,意外中断,怎么能让其接着编译

2012-03-17 
编译android源码时,意外中断,如何能让其接着编译?如题,各位达人。请帮忙。[解决办法]最好贴出错误信息。[解决

编译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
[解决办法]
编译过的部分不会再编译了

热点排行