Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我安装了 Android SDK 并连接了我的 Android 2.3 设备(可调试),但由于某种原因,SDK 管理器无法识别我的设备。有什么我做错了。
您是否尝试过重新启动 adb 服务器?
如果不试试这个:
restart-adb-server.bat
platform-tools
批处理文件内容
adb kill-server adb start-server cls adb devices pause
这可能会对您有所帮助。