当前位置: 代码迷 >> Android >> 编译android源码时,意外中断,怎么能让其接着编译
  详细解决方案

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

热度:138   发布时间:2016-05-01 21:53:29.0
编译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
------解决方案--------------------
编译过的部分不会再编译了
  相关解决方案