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

后端 未结 8 723
情深已故
情深已故 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:03

    For no reason, ./gradlew clean build -x lint -x testfix the issue while ./gradlew clean assembleDebug did not and reproduce the issue.

提交回复
热议问题