Reputation: 1194
I'm new to Android Studio and at the moment i'm trying to run my Android Studio apps on my device (HUAWEI P20 PRO) but nothing works for me. Android Studio doesn't show my device in AVD manager.
Can you tell me what I've missed?
USB debugging is on
Driver is installed with HiSuite (in device manager: Huawei HDB Interface) Note: Google USB Driver is installed through Android Studio.
Using Android Studio 3.5
Upvotes: 8
Views: 6629
Reputation:
In addition to the solution in the chosen answer I had to restart android studios for my device to appear in available devices.
Upvotes: 0
Reputation: 1194
Solved: What worked for me was to make sure that I clicked "Transfer files" on the phone when it was plugged in to the PC. Then I toggled OFF USB debugging and then ON again. Suddenly, my device showed up as an option in "Available devices" in Android Studios.
Upvotes: 11