Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio does not detect the emulator

I am a newbie in Android Studio and I can't test my programs. Before using this I succesfully tested my android programs in eclipse.

After reading some questions in similar context I created a new emulator from

Tools-android-AVD Manager

But when I run the program it says No USB devices or running emulators detected(in select deployment target). How can I fix this

like image 961
Prethia Avatar asked Feb 06 '23 16:02

Prethia


1 Answers

Try this in android studio menu

Tools --> Android --> Enable ADB Integration

if is is already Enabled try to disbale and reenable this works most of time for me.

like image 54
AJay Avatar answered Feb 15 '23 12:02

AJay