when runnig flutter code on Android Studio it doesn't run on the adroid emulator instead it runs on external window that pop up
I just have installed android studio with flutter plugin and i added android emulator to the ide as google pixel, but the problem is when i run the code it didn't show up in the android emulator,instead it shows up in another window that externally pops up as shown in the image.
Since this is a Flutter project, you need to look at the top bar near the run configurations. You will see a drop down menu with the option of where to run your code.
You probably have your setup on Chrome (web). Click on the drop down and choose the running emulator you have or choose the open option to make it boot up.