如题,各位达人。请帮忙。

解决方案 »

  1.   

     不是错误代码,是不小心按了 CTRL+C了。
      

  2.   

    在 build/core/cleanbuild.mk  66行左右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屏蔽掉这个试试 $(shell rm -rf $(OUT_DIR)) 就算不屏蔽再重编一次也比第一快的了。