Ubuntu系统Unsupported method问题和解决方案
发布时间:2020-05-22 15:59:21 所属栏目:Ubuntu 来源:互联网
导读:2.问题: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 t
2.问题:
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.
解决方案:
General Issue:-
It can occur because AS was checking availability of the Instant Run feature. The fixed is to disable Instant Run:
Windows & Linux:
File -> Settings -> Build,Execution,Deployment -> Instant Run.
Mac:
Android Studio -> Preferences -> Build,Deployment -> Instant Run. (编辑:安卓应用网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
