Dan
Dan

Reputation: 1253

Can't change target SDK in Android Studio

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

Answers (1)

The Hungry Androider
The Hungry Androider

Reputation: 2290

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

Upvotes: 1

Related Questions