I’m planning on trying to make a game to put on the Android Play Store soon, and I was wondering what SDK should I use now? I know there’s 4.1 out for Jellybean, but should I still go for an older one like 2.2 or 2.3?
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.
You should still at least target API level 10 which currently has about 60% share:
http://developer.android.com/about/dashboards/index.html
You can use the support library (v4) to get new classes like fragments.