Sunday, 4 May 2014

How to Setup ADB on Windows Nexus 5

How to Setup ADB on Windows

  1. Download the Android SDK package for Windows [android-sdk_r21.1-windows.zip]
  2. Extract the zip files to your C:\ drive. Now you have a folder android-sdk-linux
  3. Double click on SDK Manager to initiate the SDK manager. You shall perceive the following window.
  4. Make sure everything is un-ticked. Now select Android SDK Platform-tools and install it.
  5. During the next window, you will be prompted. Accept the license and click on Install.
  6. When the installation is complete, close the window.
  7. The SDK manager has now download the platform-tools successfully, which certainly includes our prior ADB.
  8. The next step is to define the path where ADB is present.
  9. Go to C:\android-sdk-windows\platform-tools and take note of this path.
  10. Go to desktop, right click on Computer and select Properties.
  11. On the left pane, click on Advanced System Settings and a new window shall open.
  12. Select Environment Variables under Advanced tab.
  13. Select Path variable and click edit.
  14. Now add the path we noted in step #9 to the variable value and hit OK.
  15. Confirm and apply all the changes.
  16. To confirm that ADB has been configured properly, open CMD window and type in:
    adb
  17. You now have ADB successfully installed and configured on your Windows machine.

No comments:

Post a Comment