flutter clean
-
[flutter] java.lang.IllegalStateException: A required meta-data tag in your app's AndroidManifest.xml does not exist.flutter/flutter 에러 2020. 4. 8. 18:46
java.lang.IllegalStateException: A required meta-data tag in your app's AndroidManifest.xml does not exist. You must have the following declaration within the element: com.google.android.gms.version" android:value="@integer/google_play_services_version" /> 플러터로 연습하는중에 위와같은 에러가 나타났습니다. 이상없이 다 잘 작성되어있는거 같은데 자꾸만 에러가 나타나더라구요. 그래서 정보를 찾아보니 flutter clean 을 하면 된다고 하네요. flutter clean 을 할 수 있는 위치는 Tools ..