I’m using WROX Android Application Development which recommends using platform android 2.3 api 9 revision 1?
I noticed that it’s not showing in the Android SDK Manager. My smartphone uses Gingerbread and what to dev for it.
What are my options?
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.
API level 9 is obsolete and replaced by API level 10 (which is still 2.3. aka gingerbread).
You can show it in the SDK manager by clicking the “obsolete” checkbox at the bottom, but you should use API level 10 instead.