我无法将我的Android连接到Ubuntu。
在执行命令lsusb时。它显示连接的设备。
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 04ca:0061 Lite-On Technology Corp.
Bus 001 Device 002: ID 148f:5370 Ralink Technology, Corp. RT5370 Wireless Adapter
Bus 001 Device 025: ID 2a70:9011
Bus 001 Device
我正尝试在Jenkins服务器上运行模拟器。但是我一直收到这样的错误,Jenkins无法启动模拟器,因为下面的错误直到它超时:
[android] Waiting 10 seconds before starting emulator...
$ /opt/android-sdk-linux/platform-tools/adb start-server
* daemon not running. starting it now on port 9666 *
* daemon started successfully *
$ /opt/android-sdk-linux/platform-t
我确实更新了我的工作室到1.5.1 in Linux Mint,并刚刚启动了我的工作室。它给了我一个对话(同时亚行初始化)说:
无法创建调试桥:
无法启动adb服务器:无法检测adb版本,adb输出:
/home/ajay/Developement/Sdk/platform-tools/adb: 1: /home/ajay/Developement/Sdk/platform-tools/adb:语法错误:")“意外
请提供一个解决办法。任何帮助都将不胜感激。
在Ubuntu12.10上运行adb时,我遇到了以下问题,x86_64:
[2013-02-19 20:56:04 - adb] Unexpected exception 'Cannot run program
"/home/user/adt-bundle-linux-x86_64/sdk/platform-tools/adb": error=2,
No such file or directory' while attempting to get adb version from
'/home/user/adt-bundle-linux-x86_
当我从eclipse运行我的android应用程序时,我得到了这个错误。
Unexpected exception 'Cannot run program "/home/antz/Development/adt-bundle-linux/sdk/platform-tools/adb": error=2 No such file or directory' while attempting to get adb version from /home/antz/Development/adt-bundle-linux/sdk/platform-tools/adb
从
我在调试模式下连接HTC Wildfire A3333和我的Fedora Linux 17时遇到问题。Adb说:
./adb devices
List of devices attached
???????????? no permissions
我的udev规则(第一条规则适用于三星,第二条规则适用于HTC,但不适用):
SUBSYSTEM=="usb",SYSFS{idVendor}=="04e8",SYMLINK+="android_adb",MODE="0666",GROUP="plugdev"