Reputation: 151
i have tried some ways to solve this, but still got nothing.
from kill adb
, delete .android
, copy adb.exe
to other directory until restart many times.
please help, i have to continue my project.
Upvotes: 1
Views: 334
Reputation: 1385
Make sure usb debugging is on in developer options and you have installed ADB drivers for your device in your PC.
You should also check whether if adb integration is on in android studio.
Android Studio < Tools < Android < Enable ADB Integration is ticked.
Upvotes: 2