I know it's a very nuisance question for many of you but due to some problem I am not able to install android sdk. I have installed sdk in a android studio folder in c drive but whenever I am opening android studio application I get a message which says "your android sdk is missing, out of date or corrupted". Can you suggest what should I do?
Asked
Active
Viewed 92 times
-1
-
go with this https://stackoverflow.com/questions/21794272/android-sdk-is-missing-out-of-date-or-is-missing-templates-please-ensure-you – Abhishek kumar Feb 01 '18 at 08:07
-
`what should I do` - how about searching? Have you tried it? There are already 1000 questions about your problem. – Vladyslav Matviienko Feb 01 '18 at 08:14
1 Answers
0
Have you added the path of your android sdk to your 'path' variables (assuming you are using windows)
Go to
- Control Panel --> System and Security --> System Click on Advanced system settings
- Then Click Environment Variables
- There go to the System Variables area and locate the Path variable, select it + click Edit...
- Add the folder of the SDK location and Click OK a few times
Then restart Android Studio

Chuk Ultima
- 987
- 1
- 11
- 21
-
I tried that but then also I am not able to start a new project on android studio. Is there any other solution? – Mightywarrior Feb 02 '18 at 09:54