Android Studio Gradle issue upgrading to version 0.5.0 - Gradle Migrating From 0.8 to 0.9 - Also Android Studio upgrade to 0.8.1

后端 未结 8 2461
名媛妹妹
名媛妹妹 2020-11-27 14:41

After upgrade message states:

Failed to refresh Gradle project \'XXX\'
The project is using an unsupported version of the Android Gradle plug-in (0.8.3).
Ve         


        
8条回答
  •  囚心锁ツ
    2020-11-27 15:00

    I had the same error, but already had

    classpath 'com.android.tools.build:gradle:0.9.+'
    

    set like this, as Cedric Simon suggested. Thanks to the comment of mattblang, I tried to change it to 0.9.0 and refreshed it

    for those who don't know, where the refresh button is, look below:

    enter image description here

    Afterwards I tried what happens when I change it back to 0.9.+ and refresh again...and it still works.

    So I assume, only pressing the refresh button would have sufficed.

提交回复
热议问题