0

I installed Android Studio IDE... but after I click "New Project" I get this error saying that my SDK version is out of date or I'm missing templates, please make sure your have version 22! But I updated my android SDK tools to that version when I had the ADT bundle. What should I do??

Sean
  • 5,176
  • 2
  • 34
  • 50
MrBoolean
  • 11
  • 1
  • 3

1 Answers1

2

In Android Studio, go to Configure -> Project Defaults -> Project Structure -> Platform Settings (SDK) choose the Android SDK, set the build target and click on apply. 

nikodroid
  • 171
  • 1
  • 1
  • 4