I want to connect Nox android emulator to VS Code for developing Android apps by the flutter
before I run the vs code, adb devices command show me a list of connected devices that contains nox but when I run VS Code and then type adb devices, the result is : daemon not running. starting it now on port 5037. daemon started successfully.
and if I re-run the command : adb server (41) doesn't match this client (36); killing. daemon started successfully.
any idea for connecting nox to vscode?