1

I created a project in Android Studio, and want to change the target SDK. When I navigate to the File | Project Structure | app Module | Flavors tab, the target SDK drop down only contains the version I specified at project creation - the same goes for the Min SDK Version. Shouldn't I be able to pick a new version, or must I recreate the project?

Dan
  • 1,075
  • 1
  • 9
  • 18

1 Answers1

1

The SDK dropdown in Project Structure only contains SDK versions you have downloaded.

The Hungry Androider
  • 2,158
  • 5
  • 24
  • 45