안드로이드 빌드 시 발생하는 에러
android\app\src\main\AndroidManifest.xml 내에
<application
android:name="io.flutter.app.FlutterApplication"
...
를 하기와 같이 변경하면 됩니다.
<application
android:name="${applicationName}"
...
'Flutter(플러터) > Error' 카테고리의 다른 글
java.util.zip.ZipException: zip END header not found (0) | 2022.04.19 |
---|---|
setState() or markNeedsBuild() called during build. (0) | 2022.01.11 |
Vertical viewport was given unbounded height (0) | 2022.01.11 |
Could not find a file named “pubspec.yaml” (0) | 2022.01.11 |
This widget has been unmounted, so the State no longer has a context (0) | 2022.01.10 |
댓글