Reputation: 9010
I have ADT version 23.0.4
and have Android 5.0
's SDK Platform
installed.
I read that the Android 5.0 Lolipop has API level 21. But in Eclipse in the "New Application Project" wizard, it shows the highest API level to be L Preview and then API 21: Android 4.X (L Preview).
And what does "X" say in "4.X"?
Upvotes: 1
Views: 480
Reputation: 10621
Before the final version of "Android 5.0 (Lollipop)" was release, Google published a beta (or preview) version of the new API. At this time it was not clear (in public) if this version would be called Android 4.5 or Android 5.0. For the "L" in the name, I can only say Google uses an alphabetically order of there version names. So after KitKat they had to use some name with an L as first letter. -> Android version history
So they chose to publish it as a "L preview" version.
After publishing the final version they renamed API Level 21 to "Android 5.0 (Lollipop)"
Upvotes: 1