Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

why is Android API level 9 obsolete?

Android version 2.3 - 2.3.2 (API 9) are declared as obsolete, and according to Android Market statistics, are very rare (0.5% of market users).

The question is: Why is API 9 declared obsolete and more importantly, is there any reason why should I not use it? I've been using API 9 and see no problems with it... am I missing something?

Better not fix it if it's not broken, right?

EDIT:

Clarification: If I would update my applications' API from 9 to 10, what would be the benefits?

I can only see negative effects: 1% of users will suddenly find out that the app doesn't work on their phones any longer. This is even worse with paid apps. Or that I'd be forced to maintain two versions of each app.

like image 692
Habba Avatar asked Dec 02 '11 08:12

Habba


1 Answers

Have a look at the description of API levels. Gingerbread API (9) has been replaced by Gingerbread MR1 (10). You should upgrade to this API.

like image 63
kgiannakakis Avatar answered Sep 23 '22 07:09

kgiannakakis