Android SDK is missing, outdated or missing templates

I just installed android Studio on my computer (Ubuntu) and I get this problem every time I try to create a new project, a problem that prevents me from starting an Android studio project. I saw some solutions on the Internet that say that I have to go to Configure-> Project Defaults-> Project Structure and make some changes to the SDKs field there, which happens only in that the only thing that seems to me in the project structure is is the SDK field, I don’t know what else I could do, so I would like to know if anyone can help me, thanks.

+4
source share
2 answers

I had the same problem as you. The Google guys are terrible at providing updated documentation. First of all, Android Studio v0.8.14 does NOT ship with the SDK, although on the site it says that it is. You must download the standalone SDK tools separately from this link . Then simply unzip the file to some directory, for example ~ / Development. Open Android Studio, Configure -> Project Defaults -> Project Structure. Provide the path to the SDK (~ / Development). He must find the SDK and work at last.

Let me know if this works for you.

+12
source

Your Android SDK is missing, outdated, or missing templates. You can configure your SDK as follows: Configure | Project Defaults | Project Structure | SDKs

-2
source

All Articles