Hi Arhanti Doshi,
I have previously mentioned the steps. Once again, I am adding them here. Please follow them in the document for better clarity. I have also included screenshots to assist you. Please refer to them as well
try to install Android SDK Platform Tools, first, download them from the official android website or else you can follow the below document
https://developer.android.com/tools/releases/platform-tools
Please select the below option as per image
After downloading the files extract and the files into any folder drive folder
Example: - C:\Android\SDK
After above installation please setup the environment variable for location path as per below instruction Right-click on "This PC" or "Computer" and select "Properties."
- Click on "Advanced system settings."
- In the System Properties window, click on "Environment Variables."
- Under "System variables," find the "Path" variable, select it, and click "Edit."
- Add the path to the platform-tools directory (example C:\Android\SDK )
as per below SS you have to add the tool path location and save it
And to verify this tool installed or not, please check with this command adb --version
Finally, use adb devices
to see a list of connected devices, including any emulators you have set up
If you found this information helpful, please click an accepting the answer and "Upvote" on my post for other community members' reference