0

I loaded the android studio into my ubuntu 14.04, 64 bit system. I load as in the step inthis link

And as soon as I opened that i encountered a error as

error:

Then i tied to solve the problem as in this link

1- delete (or move) the projects folder (AndroidStudioProjects).

2- Run the Android-Studio (a WELCOME screen will started).

3- From Welcome Screen choose, "Configure -> Project Defaults -> Project Structure)

4- Under Platform Settings choose SDKs.

But when i reached the step 4 i did not find platform settings instead i found this window after clicking project structure

window

As i did not find any platform setting if i click on browse (...) button under android SDK location i landed on this.

window

And i don't know how to move further, please help me out.

Community
  • 1
  • 1
user3567993
  • 173
  • 1
  • 2
  • 11

2 Answers2

0

it should be in the directory where you installed android-studio like:

android-studio/sdk

If you already had the android sdk with eclipse or something, you could also point it at that one, saving you from downloading all the libraries again.

you should just set an environment variable called ANDROID_HOME to the sdk location and I think that field defaults to android_home, but can't remember.

Daniel Jonker
  • 844
  • 10
  • 21
0

I suggest you try the next solution at the link you referenced. Android SDK is missing, out of date, or is missing templates. Please ensure you are using SDK version 22 or later? That solution worked for me.

I had same issue in Android Studio 3. (the project was open) so I closed the current project and the IDE automatically prompted to download the latest components. once its done everything was working correctly.

ffron
  • 1
  • 1