Unsupported method: AndroidProject.getPluginGeneration() while running project

后端 未结 7 1182
青春惊慌失措
青春惊慌失措 2020-12-07 15:20

I\'m trying to run my Project with Android Studio 2.2 but I get this error

Unsupported method: AndroidProject.getPluginGeneration().
The version of Gradle yo         


        
7条回答
  •  一整个雨季
    2020-12-07 15:53

    I encountered this error in Android Studio 2.2, in my case it was cause by AS checking availability of the Instant Run feature. I fixed it by disabling Instant Run:

    Android Studio -> Preferences -> Build, Execution, Deployment -> Instant Run

提交回复
热议问题