I am a new software developer and this is my first question :)
My system
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 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.