Android Studio doesn't work fine with gradle 2.10 and gradle plugin 2.0.0-alpha5

前端 未结 6 1406
误落风尘
误落风尘 2020-12-31 06:08

I use com.android.tools.build:gradle:2.0.0-alpha3 and gradle 2.8 before I update to Android Studio 2.0 preview 5. It works fine.

After I update to 2.0 preview 5,it t

6条回答
  •  一个人的身影
    2020-12-31 06:41

    You can try this: go to project stucture from file-->menu or command-; in mac. Then (don't try changing the android plugin version to 2.10) change the android plugin version to same as your current android gradle build as illustrated in the image below:

提交回复
热议问题