hnvn / flutter_image_cropper

A Flutter plugin for Android and iOS supports cropping images
993 stars 389 forks source link

Waiting for observatory port to be available #252

Open sumitsharansatsangi opened 3 years ago

sumitsharansatsangi commented 3 years ago

My app was working fine when I have not used Image_cropper. After using this I faced this error. Starting: Intent { act=android.intent.action.RUN flg=0x20000000 cmp=com.example.demos_finale/com.yalantis.ucrop.UCropActivity (has extras) } [ ] Waiting for observatory port to be available

It got stuck here.

I found it was happening because of com.yalantis.ucrop.UCropActivity line I have added in AndroidManifest.xml

When I removed this line The app runs but crashhes when cropping part runs.

AlexKenbo commented 2 years ago

My app was working fine when I have not used Image_cropper. After using this I faced this error. Starting: Intent { act=android.intent.action.RUN flg=0x20000000 cmp=com.example.demos_finale/com.yalantis.ucrop.UCropActivity (has extras) } [ ] Waiting for observatory port to be available

It got stuck here.

I found it was happening because of com.yalantis.ucrop.UCropActivity line I have added in AndroidManifest.xml

When I removed this line The app runs but crashhes when cropping part runs.

A solution was found: The application is built, but does not start on the Android emulator (after Flutter upgrade 2.10)