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?
Asked
Active
Viewed 532 times
1 Answers
1
The SDK dropdown in Project Structure only contains SDK versions you have downloaded.

The Hungry Androider
- 2,274
- 5
- 27
- 52
-
Odd. It showed me every version when I initially created the project. – Dan Apr 24 '17 at 21:48
-
Because at that point it would download the version if it wasn't installed. I don't know why it's like this, but it is :/ – The Hungry Androider Apr 24 '17 at 21:49