When I startup my android emulator to test my application, I run into an problem.
I get 2 windows that open up at the bottom of android studio one is AVD:Nexus_5_API_23
the other one is app
.
In the AVD:Nexus_5_API_23
window it shows:
/Volumes/seagate/tools/emulator -netdelay none -netspeed full -avd Nexus_5_API_23
HAXM is working and emulator runs in fast virt mode
emulator: emulator window was out of view and was recentered
emulator: UpdateChecker: skipped version check
And the app
window shows:
Device connected: emulator-5554
I'm not for sure what's going on.
I have created other emulators but I run into the same issue every-time.
My android studio is up-to-date. And just to to test that it's not some of my codes fault. I created a new project with just the sample code, and still, it doesn't run.