SaturnsEye
SaturnsEye

Reputation: 6499

How do I get eclipse ADT to show on my device for debugging?

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

Answers (1)

Sekhar Madhiyazhagan
Sekhar Madhiyazhagan

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

Related Questions