Solve the problem that Xiaomi and meizu cannot be debugged on mac, Xiaomi mac debugging
Method 1
1. mac-> about local machine-> system report-> usb-> copy vendor ID **
2. cmd-> echo "0x2a45"> ~ /. Android/adb_usb.ini
3. adb kill-server
Adb start-server
Adb devices
Step 2: view the usb device information (I use meizu mx3)
Enter system_profiler SPUSBDataType on the terminal to view the information of the connected usb device.
For example, my usb information is as follows (partial content ):
M351:
Product ID: 0x4e26
Vendor ID: 0x18d1 (Google Inc .)
Version: 2.33
Serial Number: 351BBJHCBWT6
Speed: Up to 480 Mb/sec
Manufacturer: MEIZU
Location ID: 0x1a120000/4
Current Available (mA): 500
Current Required (mA): 2
The vendor ID: 0x18d1 is very important.
Step 2: Create and modify the adb_usb.ini File
Input:
Vi ~ Run the/. android/adb_usb.ini command to add 0x18d1 to the open adb_usb.ini file (save and exit)
Then restart the finder:
Click the apple icon in the upper left corner of the window-> force exit-> Finder-> restart
Step 3: restart adb
Adb kill-server
Adb start-server
Adb devices
Copyright Disclaimer: This article is an original article by the blogger and cannot be reproduced without the permission of the blogger.