Upgraded to Android studio 3.4 - Aapt2InternalException: AAPT2: Daemon startup failed

后端 未结 8 766
情深已故
情深已故 2020-11-27 17:42

I got Error in new project while build after i upgraded Android studio to 3.4

Caused by: org.gradle.api.tasks.TaskExecutionException: Execution failed

8条回答
  •  星月不相逢
    2020-11-27 18:10

    When building on Jenkins, if GRADLE_USER_HOME is not specified, it will try to dump the Gradle cache in System32 folder which causes this issue. Changing to a different directory via System Environment variable resolves the issue.

提交回复
热议问题