mrme
mrme

Reputation: 29

Debugging on real device

I want to debug my app on my real android device but AVD Manager don't recognize my device.
Works that I done until now:

1- Install Google USB using SDK Manager
2- Enable USB Debugging on my android device
3- Test both of Connect As Media Device And Connect As Camera on my android device
4- Install my device driver on Windows and windows can recognize my device
5- Open Android Device Monitor and understand that it can recognize my device


Android device: Xperia C2305 -kitkat 4.2.2
Android studio: version 2.1.2

Upvotes: 2

Views: 109

Answers (1)

Tim
Tim

Reputation: 43354

AVD Manager don't recognize my device.

It's not supposed to be there. AVD Manager is for simulators.

AVD is used when you do not want to run on a real device.

If you want to run on a real device, just hit the triangular green play button.

Upvotes: 1

Related Questions