This tutorial explains how to prepare your Android device for USB debugging.
- If yon don't have Android SDK installed, please install it first.
Ensure that the USB connection type is not set to "Internet pass-through". Otherwise you won't be able to debug your device. For simplicity, you can set it to "Charge only".
- Now we will install the Android USB driver. Download UsbDriverTool, unpack and run it.
- UsbDriverTool will ask you whether you want to update the adb_usb.ini file. Normally you don't need to update it, however if you encounter problems with ADB finding your devices, select "yes" at this point.
- Now it's the time to test the driver. Open the Android SDK directory (C:\Program Files (x86)\Android\android-sdk) in Explorer.
- Hold the Shift button and right-click on the platform-tools folder. Select "Open command window here" from the menu.
- If you do not hold SHIFT while right-clicking, you won't see the "Open command window here" option.
- Type "adb devices" in the command window:
If the driver has been installed correctly, ou will see your device in the list. If not, try installing the driver manually.
0 comments:
Post a Comment