react native is not see my virtual device

I am a new software developer and this is my first question 🙂

My system

  • windows 10 home – 19042
  • AMD ryzen 5 4600H
  • react-native – 0.66.4
  • react-native-cli – 2.0.1

I have an android studio and emulator and the emulator is running. I created a react native project and run it.

ERROR: Failed to launch emulator

But the emulator is running, and added environment variables .

this error image

this i am using codes
emulator -avd p2 // p2 is my android device (virtual)
npx react-native init proje_101
cd proje_101
npx react-native run-android

and I’m genymotion use trying but same result.

I need some help.