場(chǎng)景
某天早上打開(kāi)電腦,開(kāi)始工作時(shí),Android 項(xiàng)目編譯報(bào)錯(cuò):
GradleScopeCompileServices.createGeneralCompileCaches()
What went wrong:
Execution failed for task ':libcocos2dx:compileReleaseJavaWithJavac'.
> Could not create service of type DefaultGeneralCompileCaches using GradleScopeCompileServices.createGeneralCompileCaches().
解決方案
終端進(jìn)入項(xiàng)目的根目錄,然后輸入命令
./gradlew compileDebugJavaWithJavac --stacktrace
雖然沒(méi)有改動(dòng)什么,但在命令行執(zhí)行這個(gè)命令后,在運(yùn)行就不報(bào)錯(cuò)了