Error running android: Gradle project sync failed. Please fix your project and try again

前端 未结 30 3142
南方客
南方客 2020-11-30 18:32

Android Studio (1.2 RC0) keeps telling me Error running android: Gradle project sync failed. Please fix your project and try again. How can I find out what th

30条回答
  •  离开以前
    2020-11-30 19:04

    this worked for me:

    Step 1: visit Release Notes page of Gradle plugin : https://developer.android.com/studio/releases/gradle-plugin

    Step 2: go to File > Project Structure > Project and make sure that your Gradle plugin version is compatible with Gradle by referring to table in link above

提交回复
热议问题