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