Search code examples
javaandroideclipseadt

Trying to set up android development in eclipse -- can't find the SDK location?


I am trying to set up eclipse with android on a new laptop and am downloading the android SDK through Help -> Install New Software where it is invisibly installed somewhere, but I then need to tell eclipse where it has been installed.

Best I can tell from googling around is the plugins folder, unfortunately I do not seem to have a plugins folder. Does anyone know how I can find out this mystery location?


Solution

  • If you are using windows, you can directly entered in the sdk directory by writing the below location into your address bar,

    C:\Users\USERNAME\AppData\Local\Android\sdk

    USERNAME=Administrator or the username of your computer,