Everytimes i'm trying to run "npm start" in my vscode i'm getting this error in metro bundler
"Error 02:07 Couldn't start project on Android: Error running adb: No Android connected device found, and no emulators could be started automatically. Please connect a device or create an emulator (https://docs.expo.io/workflow/android-studio-emulator). Then follow the instructions here to enable USB debugging: https://developer.android.com/studio/run/device.html#developer-device-options. If you are using Genymotion go to Settings -> ADB, select "Use custom Android SDK tools", and point it at your Android SDK directory."
and in android studio's log i'm getting this error "Emulator: Warning: Quick Boot / Snapshots not supported on this machine. A CPU with EPT + UG features is currently needed. We will address this in a future release."
how to solve this issue? Thanks.