admob_flutter icon indicating copy to clipboard operation
admob_flutter copied to clipboard

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

Open Mr-B-Fellow opened this issue 4 years ago • 3 comments

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

Mr-B-Fellow avatar Apr 02 '20 14:04 Mr-B-Fellow

Same issue with me

sumitkanoje avatar Apr 26 '20 12:04 sumitkanoje

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

tolgakartal avatar Jun 18 '20 06:06 tolgakartal

Same issue with me

A solution was found: #99179

AlexKenbo avatar Feb 26 '22 10:02 AlexKenbo