Reputation: 11
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
Reputation: 6284
Try these three things in your devices Settings...
Unknown sources: Allow installation of non-market apps. (On my Galaxy sIII it is found under "Security")
Turn on USB debugging (under Developer options. Do this before you plug your device into your computer.
Turn on USB tethering (on my phone it is found under "Wireless and Network" settings
Upvotes: 2
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