Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to connect debugger to Jelly Bean Galaxy Nexus

We have a Jelly Bean Galaxy Nexus from Google IO, and have all the latest updates to the Android SDK installed - but we are unable to use USB Debugging on the device from Intellij IDEA.

We set our project to compile using the 4.1 SDK, etc.. no luck. Does anyone know how to get USB debugging working on the new Jelly Bean Galaxy Nexus?

(edit) This is being tried from a Mac running OS X 10.7.4 - so in theory drivers should not be an issue?

like image 436
Matthew Runo Avatar asked Jul 06 '12 20:07

Matthew Runo


1 Answers

Latest android seems to hide the developer menu in settings, here's the game you have to play to get it back:

  1. Settings->About phone
  2. scroll down to the bottom until you see Build number
  3. click on Build number 7 times

You are now a developer. Go back to the main settings menu and you'll have the developer menu again

like image 174
pwlars Avatar answered Oct 21 '22 23:10

pwlars