I'm developing a mobile app for my company. Rather than using an Android emulator with Eclipse, I thought this time I'd use my actual phone to develop against. I looked high and I looked low, but couldn't find a way to turn on USB Debugging. A quick swim through Google and I have my answer. It was not what I expected. Turns out the Developer Options menu is hidden in Jelly Bean. To access the Developer Options you must do the following:
- Goto Settings -> About Phone.
- Goto “Build Number” at the end of the Scroll list.
- Tap on “Build Number” repeatedly (7 times). On your third tap you should see message indicating that you only have 4 more taps to go to ‘become a developer’.
- Continue: 4 more taps.
- Hooray, you are now a ‘Developer’, go back to the Setting page.
- You should see Developer Option menu item in your setting list now.
- Open Developer Options and check USB debugging > Ok
Our journey continues...
No comments:
Post a Comment