A. Set path of adb ( Android Debugging Bridge )
1. find your sdk
Note - Go to File tab --> Project Structure --> Android SDK Location.
2. Choose Platform Tools
YOUR_SDK_LOCATION\SDK\PLATFORM-TOOLS
In my case : C:\Users\Divakar\AppData\Local\Android\Sdk\platform-tools
Copy it
3. Now go to property of your computer
Window 10 - this pc ---> right click ----> property
other window pc : my computer ---> right click ----> property
After that property
Advance System Setting ---> Advance tab ---> Environment variable --->
Two Option
a. User variable --- Setting applicable on current user in System
b. System Variable --- Setting applicable on all user in System
---> path --> paste the platforms-tools path (C:\Users\Divakar\AppData\Local\Android\Sdk\platform-tools ) ---> ok ---> ok ---> Close
4. Now goto android studio ---> Click on 'Terminal' on bottom bar ---> type ' adb -help' ---> Enter
Oooohhhooooooooo.......... it's working
No comments:
Post a Comment