Not found Glass development kit in android Sdk manager

I read
https://developers.google.com/glass/develop/gdk/quick-start

We recommend installing the ADT package to simplify development. The rest of these steps assume that you installed it. Click Window> Android SDK Manager. Install the Sneak Peek SDK and Google GDK platform for Android 4.0.3 (API 15). Everything else is optional.

but in my Sdk kernel I can’t find it, I also update my Sdk box, but also did not find it. enter image description here

+6
source share
2 answers

This is because GDK is part of API-19. The minimum requirement for GDK is API-19. See this link: enter image description here https://developers.google.com/glass/develop/gdk/quick-start

+2
source

If you right-click and launch the Android SDK Manager as an administrator, additional items will appear in your list.

0
source

Source: https://habr.com/ru/post/958457/


All Articles