5

I am dealing with a problem discussed on many forums but they all say go to the "settings" menu on the "Android SDK and AVD Manager" screen. Yet I have installed in on multiple machines and do not see a Settings menu. Where is the menu? I have it installed on Windows XP and Vista.

Thanx Julian

Bodger
  • 1,342
  • 4
  • 16
  • 23
  • true you will only get the settings menu if you run it manually. you will right click left corner to get it if i remember right – Fred Grott Feb 03 '10 at 21:36

5 Answers5

11

It only appears when I run it manually.

On a Mac, it is located in:

/android/tools/android

On Ubuntu:

android-sdk-linux/tools/android
Matt
  • 74,352
  • 26
  • 153
  • 180
jeffgzx9
  • 269
  • 1
  • 6
4

Alright the trick is you have to run it manually, if you run it from Eclipse it does not show the settings item. Its in the main folder called SDK Setup.exe.

Bodger
  • 1,342
  • 4
  • 16
  • 23
4

I found that, at least on OSX 10.9, when this happens, I can get the menu to appear by hiding (Command-H), then re-showing the SDK/AVD manager. This seems to be a new problem with Mavericks. Another solution is to run "android sdk" using sudo, but that changes the cache path and uses different settings than a normal user.

Sean Aitken
  • 1,177
  • 1
  • 11
  • 23
0

in my Ubuntu 13.10 system using Android ADK, I had to run the android app with sudo. I would imagine this could be the solution for some people. For example,

sudo ~/adt-bundle-linux-x86_64-20131030/sdk/tools/android

Then (AND ONLY THEN) am I seeing the "settings" on the application menu bar that I would expect to see (and is described in the docs). So the gist, ... sudo is the key. then of course, set your proxy settings.

David
  • 208,112
  • 36
  • 198
  • 279
Michael Lupo
  • 326
  • 3
  • 17
0

There should be a list box on the left hand side of the main window. One of the items in that box is "Settings." It isn't really a menu. It has proxy server settings and a decryption checkbox.

Brian
  • 8,454
  • 5
  • 27
  • 30
  • But I do not have one. I have seen it on screenshots but it is not on mine. How do I get this checkbox? – Bodger Feb 03 '10 at 20:43