Reputation: 29
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
Upvotes: 2
Views: 109
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