Configure ADB under Mac

Source: Internet
Author: User

Bloggers recently engaged in a MacBook, the Android development is much more cool, the program compiled that speed really makes me feel good, especially in the previous time with Windows to start eclipse a few minutes, compile and spend a long time, but with the Mac found ADB do not know how to match, Before very little research on non-Windows system, so there is no way, have to refer to search engines, and finally the configuration succeeded, in fact, very simple, just a few lines of command.

1. Open the terminal and enter the following command in turn:

CD ~touch. Bash_profileopen-e. Bash_profile

2.at this point, open a blank document in TextEdit and add the following command line (/xxx/xxx/platflom-tools/for your adb-placed file path):

Export path=${path}:/xxx/xxx/platflom-tools/


3.Save exit TextEdit, close terminal and exit


After a few steps above, we've configured the environment variables for both ADB and fastboot, so let's test it, connect your phone first, and make sure the phone turns on USB debugging. In Terminal input:

ADB devices
Enter, if the ID of your phone is returned, the configuration is successful (Android4.2 above will require verification on the phone side)!



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.