Changing API level Android Studio

Posted by James B on Stack Overflow See other posts from Stack Overflow or by James B
Published on 2013-10-19T10:31:57Z Indexed on 2013/10/27 9:55 UTC
Read the original article Hit count: 361

Filed under:
|
|
|

I want to change the minimum SDK version in Android Studio from API 12 to API 14. I have tried changing it in the manifest file, i.e.,

<uses-sdk
    android:minSdkVersion="14"
    android:targetSdkVersion="18" />

and rebuilding the project, but I still get the Android Studio IDE throwing up some errors. I presume I have to set the min SDK in 'project properties' or something similar so the IDE recognises the change, but I can't find where this is done in Android Studio. Pointers greatly appreciated. Thnx.

© Stack Overflow or respective owner

Related posts about android

Related posts about api