在自己电脑上编译失败,把程序考到其他电脑上却编译成功

CC 2.3.4 在自己电脑上编译失败,把程序考到其他电脑上编译成功,这是什么原因?
native.log 提示的错误信息是:

FAILURE: Build failed with an exception.

  • What went wrong:
    Failed to capture fingerprint of output files for task ‘:game:mergeReleaseFeatureResources’ property ‘mergedNotCompiledResourcesOutputDirectory’ during up-to-date check.

Failed to create MD5 hash for file ‘H:\meteorolite\finish\build\jsb-default\frameworks\runtime-src\proj.android-studio\game\build\intermediates\merged-not-compiled-resources\feature\release\color\common_google_signin_btn_text_dark.xml’ as it does not exist.

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 24m 30s
执行命令出错,返回值:1。

发现把build目录删掉后编译成功了,但是第二次编译又会失败,就是每次编译都必须删除build目录

再次自问自答,有可能是我把程序放到U盘里编译的原因,拷到硬盘里编译好像可以了