Book Image

Android Wearable Programming

By : Steven F. Daniel
Book Image

Android Wearable Programming

By: Steven F. Daniel

Overview of this book

Table of Contents (14 chapters)
Android Wearable Programming
Credits
About the Authors
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Installing the Glass Development Kit preview


Before we can start developing applications for the Google Glass platform, we will need to look at how to install the Google Glass Development Kit SDK:

  1. Launch Android SDK Manager using SDK Manager in Android Studio.

  2. Click on the SDK Platform option and select the Glass Development Kit Preview packages that are located under the Android 4.4.2 (API 19) section to install them:

    Note

    The Google Glass Development Kit (GDK) is currently in preview and is only available within Android 4.4.2 (API 19) SDK.

  3. Next, accept the license information for Android SDK License and Google Gdk License by selecting the Accept License option.

  4. Then, click on the Install button to begin installing the packages, as shown in the following screenshot:

You will notice that the Glass Development Kit is still in developer preview and as such, at the time of writing, there is currently no emulator provided to test your apps, so you will need to have a Google Glassware device to deploy...