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.
我已经设法将我的设备(名为 Pipo S2 的中国平板电脑,运行 Android 版本 4.1.1)与 adb 一起使用。我不得不更改 .android 文件夹中的 adb_usb.ini 文件。
不幸的是,每当我打开 eclipse 并尝试运行项目或通过打开设备选项卡查看我的设备是否已连接时,连接都会丢失。
我正在运行 Eclipse Juno 4.2.2 的 OSX 10.7.5 上开发
(ADB over Wifi 适用于 eclipse,但这不是我想要的)
有什么想法吗?
或许
adb kill-server adb start-server
连接丢失后会有帮助吗?