使用studio时,莫名其妙的报错了。
9:54:06 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.
最终解决:
Android Studio 检查Instant Run是否可用时会出现这个问题,禁用Instant Run可以解决这个问题。
把Enable Install Run这句之前的对勾去掉即可。