Error:This Gradle plugin requires a newer IDE able to request IDE model level 3. For Androi...
報錯資訊
Error:This Gradle plugin requires a newer IDE able to request IDE model level 3. For Android+Studio/">Android Studio this means version 3.0+
字面意思上看,這個Gradle需要使用在AndroidStudio 3.0以上的版本
解決方法就是升級AndroidStudio版本到3.0以上
如果不想升級也可以,就在gradle.properties中新增
android.injected.build.model.only.versioned = 3
然後你執行的時候可能會發現無法安裝

無法安裝
錯誤提示:
Installation failed with message INSTALL_FAILED_TEST_ONLY. It is possible that this issue is resolved by uninstalling an existing version of the apk if it is present,and then re-installing. WARNING:Uninstalling will remove the application data! Do you want to uninstall the existing application?
解決方法:在gradle.properties中新增
android.injected.testOnly=false