How to use Google Glass in Android Studio

4

I'm trying to install Google Glass on my Android Studio, but I'm not getting it. When I create a new project, it does not give me the glass option and informs that it is not installed.

ItriedtoopentheSDKtoseeifitwastheglassfordownload,butIdidnotfindit.AllthefeaturesIhaveintheSDKIhaveinstalledandupdated.TheonlythingIfoundabouttheglasswasthis:

    
asked by anonymous 26.01.2016 / 13:27

1 answer

1

According to documentation , you need to install the Android 4.4.2 SDK (API 19 ) and the Glass Development Kit Preview (GDK) also from API 19. This should already enable the design option for Glass during project creation.

At least in your screenshots, both requirements are not marked as installed.

    
10.08.2016 / 19:18