Unsupported method: AndroidProject.getPluginGeneration()
Android Studio2.2 問題
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 Studio2.2會檢查“ Instant Run” 這個特性,所以解決辦法就是關掉這個檢查
相關文章
- Python-unsupported operand type(s) for %: 'builtin_function_or_method' and 'int'PythonUIFunction
- iOS--Unsupported swift versioniOSSwift
- unsupported operand type(s) for +: ‘range‘ and ‘list‘
- 安裝OUD報錯,unsupported classversion 51.0
- oracle logmnr 報錯"In Memory Undo is unsupported"Oracle
- you are using an old unsupported version of gradle 1.9Gradle
- Go語言之methodGo
- JAVA Method的解析Java
- post 405 method not allowed
- chinese input method in emacsMac
- The method of create a replicate of the database .Database
- 報錯求助:Unsupported locator strategy: -ios predicate stringiOS
- golang使用sqlx報錯:unsupported type []interface {}, a slice of interfaceGolangSQL
- 錯誤:Dx unsupported class file version 52.0(解決)
- IllegalArgumentException: Invalid character found in method name. HTTP method names must be tokensExceptionHTTP
- java程式碼中init method和destroy method的三種使用方式Java
- [vue] computed 和 methodVue
- method.invoke(...)反射點反射
- what is the Mixin method in Python?Python
- The House of Mind (FASTBIN METHOD) PRIMEAST
- form&method【POST~GET】ORM
- Python中的methodPython
- 求助:TypeError: unsupported format string passed to NoneType.__format__ErrorORMNone
- Unsupported major.minor version 51.0 錯誤解決方案
- Python: 函式與方法的區別 以及 Bound Method 和 Unbound MethodPython函式
- java 8裡 Method方法bugJava
- ios method swizzlingiOS
- 設計模式-Template Method Pattern設計模式
- Xamarin中Unsupported major.minor version 52.0問題解決
- 執行jar檔案生成pdf報錯,Unsupported URL <file:///homeJAR
- GoldenGate OGG-00717 unsupported in-memory undo recordGo
- IPython Notebook error - Unreadable Notebook: Unsupported JSON nbformatPythonErrorJSONORM
- methodHandle* method, JavaCallArguments* args, TRAPSJava
- Method ReflectionParameter::getClass() 解決方法
- function和bound method的區別Function
- 反射--Class物件功能--獲取Method反射物件
- interface method 返回 interface 如何實現?
- java 反射之操作靜態MethodJava反射