Wednesday, March 26, 2014

Android Wear SDK: Set up “Hello world”

In this post I want to describe my first experience with Android Wear SDK. This is a very simple project just to test how it works and how we can set up the environment. You can refer to this link if you want to have more detailed information.

The first thing you have to do is open Android SDK Manager and be sure that Android SDK Tools (the first item in the list) is 22.6.1, other you have to update it. As soon as you finish the update and restart the SDK Manager, go to Android 4.4.2 open it and you will find the new system image:





Check it and install. At the end you have the new device image!!

Create avd

Once we have our image we can create our virtual device where we can deploy our app. Open AVD Manager go to Device Definition and here there are two new devices:

Now select one of this device and click on Create AVD:


At the end click OK. Now we have our device ready!

The next step is creating a simple Project and deploy it on this new device:

and our app running on this device:

Source: Java Code Geeks

No comments:

Post a Comment