AndroidStudio运行报错:
UnsupportedMethodException
Unsupported method: AndroidProject.getPluginGeneration().
The version of Gradle you connect to does not support that method.
To resolve the problem you can change/upgrade the target version of Gradle you connect to.
Alternatively, you can ignore this exception and read other information from the model.
解决办法:
感谢stackoverflowUnsupportedMethodException Android Studio 2.2
在
File -> Settings -> Build, Execution, Deployment -> Instant Run
将InstantRun置为如下状态即可