Mac system can't connect to Android phone problem solution:
1, plug in the mobile phone
2. Find the vendor ID of your Android phone:
Terminal execution Cmd:system_profiler Spusbdatatype
Find your phone in the listed USB device, copy under Vendor ID
N828 Android Phone:
Product ID:0X0C02
Vendor Id:0x0bb4 (HTC Corporation)
version:2.55
Serial Number:0123456789abcdef
Speed:up to 480 Mb/sec
Manufacturer:amoi
Location ID:0X1D110000/8
Current Available (MA): 500
Current Required (MA): 500
3. Put the Vandor ID in the configuration file: ~/.android/adb_usb.ini
Terminal execution cmd: vi ~/.android/adb_usb.ini
Write the above vendor ID to the last side of the file: Wq Save to exit
4. If the ADB environment variable is not set, set:
Terminal execution cmd: VI ~/.bash_profile
At the end of the document, add:
Export path=/users/miaojun/work/tools/adt-bundle-mac-x86_64-20140702/sdk/platform-tools/: $PATH
: Wq Save Exit
Terminal execution cmd: source ~/.bash_profile
ADB devices
It's connected to the Adnroid phone.
Mac system connected to Android phone