개발중인 Flutter App 마무리 작업으로 구글 Admob을 추가 코딩하고 에뮬레이터 돌리면 아래와 같은 에러 발생 합니다. (Chrome 에뮬)
Admob 추가 직전까지는 정상 작동 했었고요.
Error: MissingPluginException(No implementation found for method _init on
channel plugins.flutter.io/google_mobile_ads)
at Object.throw_ [as throw] (http://localhost:14143/dart_sdk.js:5063:11)
at platform_channel.MethodChannel.new._invokeMethod
(http://localhost:14143/packages/flutter/src/services/restoration.dart.lib.
js:1558:21) (후략)
에뮬 실행하면 하단배너 코드로 넣었으나 나오지 않지만 구동은 정상적으로 됩니다.
Stackoverflow도 뒤져보고 코드 뜯어 봐도 무슨 문제인지 알수가 없네요.
그리고 Device Manager로 안드폰 에뮬 실행하면 계속 실행만 되고 진행이 되지 않네요.