Androidstudio运行出现Unsupported method: AndroidProject.getPluginGeneration() while running project
在低版本的gradle可能会出现这种问题,原因是Instant Run的问题。解决方法:禁止Instant Run的功能就可以了Windows & Linux:File -> Settings -> Build, Execution, Deployment -> Instant Run.Mac:Android Studio -> Preference
·
在低版本的gradle可能会出现这种问题,原因是
Instant Run的问题。
解决方法:
禁止Instant Run的功能就可以了
Windows & Linux:
File -> Settings -> Build, Execution, Deployment -> Instant Run.
Mac:
Android Studio -> Preferences -> Build, Execution, Deployment -> Instant Run.
Enable Instant Run to hot swap code...
更多推荐



所有评论(0)