如题,各位达人。请帮忙。
------解决方案--------------------
最好贴出错误信息。
------解决方案--------------------
把错误代码注释掉
------解决方案--------------------
这个好像不能吧,等待牛人的命令
------解决方案--------------------
在 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
------解决方案--------------------
编译过的部分不会再编译了