我在Android上开发,我正在运行Ubuntu。 我真的很难让设备'在线'。我已经尝试过了:Ubuntu上的脱机Adb设备Natty
- 所有可以在互联网上找到的udev规则。
- 在.android文件夹中添加.ini文件。
- 通常重启电脑,deivce,拔掉设备,取消开发商和复检它...
在我只花了约30分钟一个houre只是改变USB端口,重新启动计算机,设备的时刻。过了一段时间它总是有效。但为了让设备获得认可,花费这么多时间让人感到非常沮丧。
我注意到的东西。当我垃圾邮件ADB设备,同时启动平板电脑:
[email protected]:~$ ./adb devices
List of devices attached
46411960A012FCCE device
[email protected]:~$ ./adb devices
List of devices attached
46411960A012FCCE device
[email protected]:~$ ./adb devices
List of devices attached
[email protected]:~$ ./adb devices
List of devices attached
[email protected]:~$ ./adb devices
List of devices attached
???????????? offline
[email protected]:~$ ./adb devices
List of devices attached
???????????? offline
起初它认识我的设备,但是当它完全启动后,它apears反正是脱机。
任何人可以给我一些提示,我可以做些什么来解决这个令人沮丧的问题。也许有人可以给我一些问题的实际内容,为什么在30分钟到1小时后仍然可以工作?
http://ktnr74.blogspot.com/2014/09/the-most-comprehensive-write-up-on-how.html –