gpt4 book ai didi

android-studio - Nox 播放器未在 android studio 中显示

转载 作者:行者123 更新时间:2023-12-03 17:48:01 25 4
gpt4 key购买 nike

我有一个不支持 VT-x 的 AMD A10 处理器。我安装了 Nox 播放器并启用了 USB 调试,但 Android Studio 仍然找不到模拟器。安装 USB 驱动程序 adb(Android 调试桥)的任何有用且清晰的步骤

最佳答案

Connect a NOX device to Android Studio: By Abhijeet Pal

On CMD:

  • Route: cd C:\Program Files (x86)\Nox\bin
  • Connection: nox_adb.exe connect 127.0.0.1:62001

Not Connecting Fix

您需要找到正确的端口并使用它。我遇到了同样的问题,所以这就是我所做的。

  1. 杀死服务器:

nox_adb.exe kill-server

  1. 现在尝试连接任何端口号,例如 62001:

C:\Program Files (x86)\Nox\bin>nox_adb.exe connect 127.0.0.1:62001

  • daemon not running. starting it now on port 5037
  • daemon started successfully
  • unable to connect to 127.0.0.1:62001:62001
  1. 现在尝试使用上面输出中提到的端口 5037:

C:\Program Files (x86)\Nox\bin>nox_adb.exe kill-server

C:\Program Files (x86)\Nox\bin>nox_adb.exe connect 127.0.0.1:5037

  • daemon not running. starting it now on port 5037
  • daemon started successfully
  • connected to 127.0.0.1:5037

那么它应该可以正常工作了。

127.0.0.1:5037 Disconnected on Android Studio Solution

It should appear without any further customizations.
I have used Nox Emulator for a while and you have to do a little trick to make it work for debugging:

  1. Click the debug or run button on Android Studio
    2. Wait for the popup to open (the one where it lists the connected devices)
    3. Run Nox Emulator
    4. After Nox is ready and running, it should appear on your connected devices list.
    This isn't of my authorship, that's why I attached all sources of problems that I've faced.

关于android-studio - Nox 播放器未在 android studio 中显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51333731/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com