I'm setting up my development environment for React Native with a custom Android Emulator (Nox).
I followed the steps on this website: How to connect Android Studio with Nox App Player
But when I type: adb devices it still shows nothing.
So when I try to run my app with react-native run-android it says that there is no Android simulator running.
Is there something I missed or someone with the same problem?