1

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...

2 Answers2

2

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

Mel
  • 6,214
  • 10
  • 54
  • 71
  • 1
    Sorry, don't know what else to suggest. Sometimes closing Eclipse helps... This tutorial looks good (but it is for the Nexus 7). Maybe it will help. Good luck, http://zacktutorials.blogspot.ca/2012/08/nexus7-android-development.html – Mel Oct 25 '12 at 09:28
  • that link made the deal, setting the USB as Camera? still can't get it, but who cares :D – Muhammed Refaat Sep 21 '14 at 14:03
0

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

Just Variable
  • 892
  • 10
  • 19