android - 在 ubuntu 14.10 中设置 Android USB 调试时出错

标签 android ubuntu adb udev usb-debugging

我有一部 LG 的安卓手机,我想用它来进行 USB 调试。我按照以下步骤操作:

1. Enabled usb debugging in developers option on phone.

2. After connecting to PC, phone shows as "Usb debugging connected". I verified the same by command "lsusb" on Ubuntu 14.10. It shows following result:

   Bus 002 Device 003: ID 1004:633e LG Electronics, Inc.

3. Then I followed steps given in https://developer.android.com, to setup hardware device.

   Log in as root and create this file: /etc/udev/rules.d/51-android.rules.

   Use this format to add each vendor to the file: SUBSYSTEM=="usb", ATTR{idVendor}=="1004", MODE="0666", GROUP="plugdev"

   Now execute: chmod a+r /etc/udev/rules.d/51-android.rules

4. After that I rebooted the computer.

5. Now when I try to check device list in adb by command "./adb devices" , It does not show device listed.

有人可以帮忙吗?请让我知道我在哪里做错了..谢谢

最佳答案

我发现这个指南解决了我的问题。尝试连接到 Azpen A1023 时我遇到了同样的事情

http://community.linuxmint.com/tutorial/view/888

关于android - 在 ubuntu 14.10 中设置 Android USB 调试时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27087429/

相关文章:

android - ListView 图像加载使用 Aquery

mongodb - ubuntu 上默认安装 mongo.exe 在哪里?

android - 无法在 Android 设备的/data/user/0 的子目录中捕获文件

android - 如果连接了多个模拟器/设备,是否可以安装 APK 文件

android - 将应用程序连接到谷歌商店

android - Espresso 测试记录器已与设备 VM 分离

c - 在 Ubuntu 中使用 Valgrind 看不到行号(Vagrant+Virtualbox)

python - Tornado 在 OSX 上失败但在 Ubuntu 上工作

android - 如何使用 ADB shell 获取 HZ

java - 调用对象时出错 - Android