I’m not sure which SDK version should I use to build the project if I added a Support Library. Shouldn’t I build it with 2.3.3 for example?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It doesn’t really matter which version of the Platform you are using with the Support Library.
The Support Library is designed to back-port some important new features from Android (like Fragments), so they are supported in older versions of the OS (back to 1.6).
Bottom line, you can use any version of the SDK with the support library (all the way back to 1.6).