Reputation: 6499
I have my project set up to test and my device and my device has the correct driver installed for USB debugging but when I go to Run > Run Configurations...
and choose my device and then click run, it just loads up the normal emulator on my PC.
How do I make it appear on my tablet? Am I missing a step? I've followed everyone's steps but they don't mention anything else other than what I've done.
Upvotes: 0
Views: 48
Reputation: 889
If you have correct driver installed for USB debugging , You can do debugging/ run via
run-> run configurations->click Target tab-> select always prompt to pick device
Upvotes: 1