-
Notifications
You must be signed in to change notification settings - Fork 0
/
Config NoxPlayer.txt
37 lines (23 loc) · 949 Bytes
/
Config NoxPlayer.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
For Nox App Player, the port is 62001.
$ adb connect 127.0.0.1:62001
connected to 127.0.0.1:62001
$ adb devices
List of devices attached
127.0.0.1:62001 device
$ adb shell
root@android:/ #
If it does not work, please turn on "USB Debugging" first:
Start Nox App Player.
Go to "Settings" -> "About tablet".
Tap (click) "Build number" 7 times, until it says:
Developer mode has been enabled.
Go back to the previous screen.
Go to "Developer options".
Turn on "USB debugging".
Restart Nox App Player.
-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.