Gradle error: Write access is allowed from event dispatch thread only in Android Studio

前端 未结 5 1385

After updating Android Studio to version 2.2 (on Windows 10) and somehow next morning I received such error when gradle built on any project:

Write a

5条回答
  •  醉话见心
    2020-12-12 17:22

    that didn't work for me, i ran a 'gradle clean build' command, i figured out that there's a conflict in a line in the gradle, deleted it and sync project (as in this pic)

提交回复
热议问题