Sarudu Matra
Sarudu Matra

Reputation: 151

Android studio didn't detect my device (Windows 8.1)

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

Answers (1)

Vishavjeet Singh
Vishavjeet Singh

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

Related Questions