Install ADB (AndroidDebuggingBridge) on your Ubuntu)

Source: Internet
Author: User
ADB, which is AndroidDebuggingBridge, is a command line tool with AndroidSDK that allows you to perform multiple operations on your Andriod mobile phone. For example, when you try to run adb on your Ubuntu server, the following error occurs:./adbdevicesListofdevicesattached ???????????? Nopermissions: It's easy to fix this error. Just a few lines of command (first

ADB, which is the Android Debugging Bridge, is a command line tool with the Android SDK that allows you to perform multiple operations on your Andriod mobile phone.

For example, the following error occurs when you try to run adb on your Ubuntu:
./Adb devices
List of devices attached
???????????? No permissions

Fix the error with just a few lines of command (first use the cd command to switch to the android-sdk-linux_x86/platform-tools Folder ):

./Adb kill-server
Sudo./adb start-server

Now adb should be able to work:
Linuxidc@www.linuxidc.com :~ /Desktop/android-sdk-linux_x86/platform-tools $./adb devices
List of devices attached
HT0BJRX10210 device

Note: Make sure that the troubleshooting option "Settings> Applications> Development" is activated ).

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.