Thursday, October 30, 2014

Android ADB Windows Setup - Kapil Sharma

Android ADB Windows Setup:

Prerequisite:

1.) Android-SDK
2.) Windows-7 PC

First download the 'Android-sdk'  from this location: https://developer.android.com/sdk/index.html

Extract the zip file on your windows PC drive. Than open the zip file and open the following:

SDK > Platform-tools. (Copy the path where the content is stored) 

Now, right click on the 'My Computer' click on 'properties' > again click on 'Advance system setting'. 

This will open 'system properties' setting windows. Now click on the 'path' than 'edit' and copy paste the android sdk > platform-tools path in that location. 

After adding the location click 'OK' and now open the windows cmd terminal. Now type 'adb devices' and your android adb is start working :) 

To learn more regarding Android ADB check this out: https://developer.android.com/tools/help/adb.html

For more information check this image: 



No comments: