i have a problem which i trying to solve for about 3 days and i can't find any working solution. The problem is i can't connect my nox player to adb when i trying to connect with localhost and port 62001. Everything i did is:
-nox_adb.exe
nox_adb.exe connect 127.0.0.1:62001 -> unable to connect to 127.0.0.1:62001.
nox_adb.exe connect 127.0.0.1:5037 -> connected to 127.0.0.1:5037 (but when i trying to run react native project with this deviceId, it returns "No Android devices connected")
-adb.exe (from Android SDK)
adb.exe connect 127.0.0.1:62001 -> unable to connect to 127.0.0.1:62001.
adb.exe connect 127.0.0.1:5037 -> failed to connect to 127.0.0.1:5037.
I have installed whole android studio with (i think) needed libraries, Google USB Driver, sdk platforms, etc. Platform: Windows 7 x64 Nox: 6.2.0.0
i have read:
- https://forum.xda-developers.com/tools/android-studio/how-to-connect-android-studio-nox-app-t3241330 - connected succesfully but when starting project, react did'nt see any devices
- https://www.bignox.com/blog/how-to-connect-android-studio-with-nox-app-player-for-android-development-and-debug/ - can't connect
- Nox emulator with React Native - cant connect
- Nox App Player not connect with Android Studio - can't connect to ---:62001, react didn't see device when connected
Could someone tell me what I'm doing wrong?