반응형
플러터 그레들 오류
-
[Flutter] use a compatible library with a minSdk of at most 16 minSdkVersion-오류해결플러터 Flutter 2022. 3. 1. 17:09
Suggestion: use a compatible library with a minSdk of at most 16, or increase this project's minSdk version to at least 19, or use tools:overrideLibrary="io.flutter.plugins.webviewflutter" to force usage (may lead to runtime failures) 대충 오류내용은 minSdkVersion이 너무 낮아(16) 빌드를 할 수 없다는 오류이다. minSdkVersion의 버전을 올려주면 된다. /android/app/build.gradle 파일을 열고 before defaultConfig { applicationId "com.example...