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

I am updating my SDK manager in Eclipse and there are two new downloads:

Android L (API20, L Preview)

Android 4.4W (API20)

I am confused because they are both called "API 20". And I'm not sure what “W” means in “4.4W”.

+60
android eclipse android-5.0-lollipop
Jun 26 '14 at 19:14
source share
3 answers

L Developer Preview is a preview of Android 5.0

Android 4.4W is the Android Wear SDK

+87
Jun 26 '14 at 19:18
source share
— -

Android 4.4W Target Android Watch

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

while Android L (API20, L Preview) is a preview of the upcoming version of Android. It is subject to change and stability is not guaranteed.

+6
Aug 01 '14 at 11:51 on
source share

Android Lollipop is API 21, so you can distinguish between them:

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

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

+2
Nov 08 '14 at 0:24
source share



All Articles