Ubuntu系统Unsupported method问题和解决方案

前端之家收集整理的这篇文章主要介绍了Ubuntu系统Unsupported method问题和解决方案前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
  1. 2.问题:
  2. Unsupported method: AndroidProject.getPluginGeneration().
  3. The version of Gradle you connect to does not support that method.
  4. To resolve the problem you can change/upgrade the target version of Gradle you connect to.
  5. Alternatively,you can ignore this exception and read other information from the model.
  6.  
  7.  
  8. 解决方案:
  9. General Issue:-
  10.  
  11. It can occur because AS was checking availability of the Instant Run feature. The fixed is to disable Instant Run:
  12.  
  13. Windows & Linux:
  14.  
  15. File -> Settings -> Build,Execution,Deployment -> Instant Run.
  16.  
  17. Mac:
  18.  
  19. Android Studio -> Preferences -> Build,Deployment -> Instant Run.

猜你在找的Ubuntu相关文章