Newbie Dev
Newbie Dev

Reputation: 3

Android Studio (AS) and Emulator are working fine, but AS is not recognizing the emulator

I am newbie here and new to the flutter and Android studio as well. I am trying to run sample Flutter App on my virtual device but its not running. My system Info- Intel core I3 processor, X64 bit operating system, Windows 10 Operating system and 10 GB RAM. Android Studio and Virtual device are working fine but not connecting with each other. No device is shown in the Android studio.

Error image Error Image

SDK image SDK image

AVD creation image AVD creation image

Upvotes: 0

Views: 317

Answers (1)

Karan Mehta
Karan Mehta

Reputation: 1541

Try running File -> Invalidate catches and restart

Note : Please close the currently running emulator before running that

Upvotes: 1

Related Questions