Skip to content

Getting Started

mitchctodd edited this page Feb 2, 2015 · 4 revisions

Setup Project

To get your environment setup to start developing watch faces for Android Wear, first reference the Create and Configure Your Project section of the Wear documentation.

Integrate Clockwise

Once you have your environment setup to start developing watch faces, you can then use one of the following methods to integrate the Clockwise framework into your project:

Source Code

Clone repository =>

git clone https://github.com/ustwo/Clockwise.git

Wearable Library

Download Latest AAR => clockwise-wearable.aar

Gradle =>

compile 'com.ustwo.android:clockwise-wearable:x.y.z'

Maven =>

<dependency>
  <groupId>com.ustwo.android</groupId>
  <artifactId>clockwise-wearable</artifactId>
  <version>x.y.z</version>
</dependency>

Binary History => Maven Central Repository

Mobile Library

Coming Soon…