kmcgill88 / admob_flutter

Admob Flutter plugin that shows banner ads using native platform views.
https://pub.dartlang.org/packages/admob_flutter
ISC License
435 stars 151 forks source link

Stuck at flutter stuck at Waiting for observatory port to be available... #146

Open Mr-B-Fellow opened 4 years ago

Mr-B-Fellow commented 4 years ago

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

sumitkanoje commented 4 years ago

Same issue with me

tolgakartal commented 4 years ago

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

AlexKenbo commented 2 years ago

Same issue with me

A solution was found: #99179