Reputation: 1253
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?
Upvotes: 1
Views: 620
Reputation: 2290
The SDK dropdown in Project Structure only contains SDK versions you have downloaded.
Upvotes: 1