Reputation: 1002
I turn on root on nox player, and enter developer mode in android by click on build number, in developer menu i turned on usb debugging.use this guide Then go to install folder of bin nox and run command "nox_adb.exe connect 127.0.0.1:62001" and console shows successful message .But no device shows in android studio :(
adb server version (41) doesn't match this client (36); killing...
* daemon started successfully *
connected to 127.0.0.1:62001
I attach 2 picture of android studio situation before and after connect. :)
after connect: it only shows "motorola AOSP on shama" beside no devices!
What is wrong with my system? how can i debug? Thanks in advance
Upvotes: 1
Views: 2201
Reputation: 36
First open Android Studio, open a cmd window and type: C:\Program Files\Nox\bin>nox_adb.exe connect 127.0.0.1:62001 In my case appears:
But that don't work, after type:
C:\Program Files\Nox\bin>nox_adb.exe connect 127.0.0.1:5037
Appears: connected to 127.0.0.1:5037
That connect, for me, Android Studio with Nox emulator.
Upvotes: 2