user1773635
user1773635

Reputation: 11

Why won't Eclipse recognize my Android phone?

I have the Galaxy Nexus. I turned on debugging mode and when I tried to update driver software, I got a message saying that my driver was up to date.

I'm trying to run a simple "hello world" but Eclipse doesn't recognize that my phone is connected when I try to run it...

Upvotes: 1

Views: 1957

Answers (2)

Mel
Mel

Reputation: 6284

Try these three things in your devices Settings...

  1. Unknown sources: Allow installation of non-market apps. (On my Galaxy sIII it is found under "Security")

  2. Turn on USB debugging (under Developer options. Do this before you plug your device into your computer.

  3. Turn on USB tethering (on my phone it is found under "Wireless and Network" settings

Upvotes: 2

Just Variable
Just Variable

Reputation: 877

USB debugging mode should be on in your phone and if using Windows install all drivers required whereas in Mac and linux you just need to check your USB Debugging in
Setting->Developer options

Upvotes: 0

Related Questions