Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android 4.2 developer settings still unavailable

How do you access Android 4.2's developer settings when the method prescribed on their developer site does not work?

I followed the directions on a Nexus 7 tablet. I went to Settings > About tablet, scrolled to the bottom of the screen, and clicked the Build Number 7 times. I was greeted with the message "Congratulations, you're now a developer." But apparently, I'm still not one.

I checked Settings and scrolled all the way down to the bottom, but no Developer options were available. I reset the tablet and restarted it, with no result. When I click on Build Number again, it says "No need, you're already a developer"."

UPDATE:

Something else that might be an issue. There are two tablet user accounts. The account I'm using to access the developer settings is the second one. The first account is probably not set up as a developer.

like image 310
raykendo Avatar asked Jan 08 '13 20:01

raykendo


People also ask

Why is developer option not available?

On most Android devices the Developer options menu is hidden by default. To unhide the Developer options menu: 1 Go to "Settings", then tap "About device" or "About phone". 2 Scroll down, then tap "Build number" seven times.

How do I fix developer options not available for this user?

I was able to fix this by adding and then deleting a new user: In Settings, go to "Users". Tap "Add user" and follow the prompts, including "Set up now" to switch to the new user.

How do I enable developer options in Android 4.4 2?

To enable Developer Options, open the Settings screen, scroll down to the bottom, and tap About phone or About tablet. Scroll down to the bottom of the About screen and find the Build number. Tap the Build number field seven times to enable Developer Options.


2 Answers

I have ran into the same problem yesterday. Only the initial user (or Owner) shows the developer options in the settings menu, when turning on developer mode.

Turn on developer mode for your initial user and you should be able to see the developer options.

I wonder why the secondary user cannot be in developer mode.

EDIT: I am now using the secondary user in developer mode and running my project from Eclipse works just fine!

like image 57
hocz Avatar answered Nov 09 '22 08:11

hocz


Ok, I was having the very same issue, and yet, I had previously used this exact same device for development.

In my case, the issue was that each User account gets its own "install" of your release (or debug) APK.

Android will apparently "reference" the app and actually keep the package on the system until you do a separate uninstall for each account.

After doing this, I was able to debug without issue on the alternate account.

So, YES, you CAN debug your app using a second account on Android, just be aware that instances of the app installed in various accounts (release vs debug) cannot co-exist!

like image 42
denizensoft Avatar answered Nov 09 '22 10:11

denizensoft