What is the difference between Android 4.4W (API20) and Android L (API20, L Preview) in the SDK Manager?

AndroidEclipseAndroid 5.0-Lollipop

Android Problem Overview


I'm updating my SDK Manager in Eclipse, and there are two new downloads:

Android L (API20, L Preview)

Android 4.4W (API20)

I'm confused because they're both referred to as "API 20". And I'm not sure what the "W" in "4.4W" is referring to.

Android Solutions


Solution 1 - Android

L Developer Preview is the preview of Android 5.0

Android 4.4W is Android Wear SDK

Solution 2 - Android

Android 4.4W Target Android Watches

See Image: http://i.stack.imgur.com/ztzXa.jpg

while Android L (API20, L Preview) is the preview of the upcoming release of Android. It is subject to change and it's stability is not guaranteed

Solution 3 - Android

Android Lollipop is API 21 , so this is possible to differentiate between them:

https://developer.android.com/about/versions/android-5.0.html

Android 4.4W is for Android Wear (mostly smart watches).

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionJDJView Question on Stackoverflow
Solution 1 - AndroidVenomVendorView Answer on Stackoverflow
Solution 2 - AndroidAbdelrahman AlyView Answer on Stackoverflow
Solution 3 - Androidandroid developerView Answer on Stackoverflow