1. 程式人生 > >Androidstudio執行出現Unsupported method: AndroidProject.getPluginGeneration() while running project

Androidstudio執行出現Unsupported method: AndroidProject.getPluginGeneration() while running project

在低版本的gradle可能會出現這種問題,原因是

Instant Run的問題。

解決方法:

禁止Instant Run的功能就可以了

Windows & Linux:

File->Settings->Build,Execution,Deployment->InstantRun.

Mac:

AndroidStudio->Preferences->Build,Execution,Deployment->InstantRun.

Enable Instant Run to hot swap code...

原文地址:http://blog.csdn.net/u012737144/article/details/52817599