admob_flutter
admob_flutter copied to clipboard
Stuck at flutter stuck at Waiting for observatory port to be available...
When this plugin is installed in the flutter project, the flutter app is not running. It is stuck at "flutter stuck at Waiting for observatory port to be available..." when running flutter run --verbose. Project works completely fine when i remove this plugin from pubspec.yaml.
Running flutter doctor -v: flutter doctor -v.txt
Running flutter run -v: flutter run -v.txt
Same issue with me
I had the same, turned out I had the
<meta-data
android:name="com.google.android.gms.ads.APPLICATION_ID"
android:value="***************************************"/>
not in the application node but in activity node in the AndroidManifest.xml