Failed to apply plugin Android Gradle plugin 3.0.0-alpha5 must not be applied to project

后端 未结 7 696

Using the latest Android Studio 3.0 Canary 5

Here\'s the error:

Error:(1, 1) A problem occurred evaluating project \':app\'.

Failed to app

7条回答
  •  一个人的身影
    2021-02-03 18:53

    I already tried all the solutions including Clean, Rebuild, Invalidate Project

    But nothing is working but i figured it out.

    For temporary just downgrade your gradle plugin version to stable version

    classpath 'com.android.tools.build:gradle:2.3.2'
    

    Replace your alpha line with this line. And have fun.. :)

提交回复
热议问题