Android ADT 23.0.4 shows Compile With: API21: Android 4.X (L Preview) Instead of API21: Android 5.0

What I've done?

I upgraded my SDK from L preview API 20 to the new Android 5.0 API 21 and ADT to 23.0.4 in my Ubuntu.

Problem:

Android ADT 23.0.4 does not display Compile With: API21:Android 4.X(L Preview) Instead of Compile With:API21:Android 5.0

Screenshots:

(Files → New → Android Application Project → Compilation with / target sdk)

Screenshots:

Highlighted in red texts should be replaced by Compile With: API21: Android 5.0 !! `

SDK (updated to the latest version):

enter image description here

ADT (updated to the latest version):

enter image description here

this is mistake? or So, am I the only one who is worth it, or just an error ?, I need to download a new copy of the SDK to solve this error! ??

After creating the project:

enter image description here

Error reported

+5
android android-5.0-lollipop adt android-sdk-tools
source share

No one has answered this question yet.

See similar questions:

7
Where can I define XML for a toolbar widget in Android 5.0?
one
Android: What does “X” mean in “4.X (L Preview)” and “Preview” in “L Preview”, and why does the combination of “Android 4.X (L Preview) mean"?

or similar:

935
Cannot start Eclipse - Java was started, but returned exit code = 13
746
Error getting parent element for element: resource not found that matches the specified name after upgrading to AppCompat v23
566
Updating Eclipse with Android v. Development Tools 23
280
Eclipse reports library update later than ADT plugin
272
What are the Android SDK tools, platform tools, and tools? And which version should I use?
242
Android Fragment onAttach () is deprecated
224
Libraries are no longer added to the APK after upgrading to ADT 22
116
How to update ADT in Eclipse?
61
This Android SDK requires ADT version 23.0.0 or higher. The current version is 22.6. Upgrade ADT to the latest version?
54
When I download ADT, why do I get the error message "Does Android SDK require Android Developer Toolkit version XX.XX or higher?"

All Articles