Reputation: 45
I was getting ready to download and install Android Studio. But as best I could tell, it Android Studio will create an app for use on Andriod 6 (Marshmallow). What about previous versions of android?
On the features list at the Android Studio page, it says "Android 6.0 Marshmallow". I'm hoping that just means that it INCLUDES support for Marshmallow but I wasn't sure.
TIA.
Upvotes: 0
Views: 40
Reputation: 2386
Yes, you can target whatever minimum SDK version you want using Android Studio. To learn how, check this question/answer: Android Min SDK Version vs. Target SDK Version
It discusses Eclipse, but is still relevant to AS.
Upvotes: 1