Search This Blog

Friday, March 21, 2014

#AndroidWear Preview : Connect to Emulator

  Yesterday, I couldn't install Android Wear Preview app from Google Play on my tablet Nexus 10 (even it is KitKat). So, I asked on the developer forum. People told me that the app just doesn't support tablet yet (phone only) and somebody suggested me to find apk file (try searching on XDA website)and install it directly. Today, I just did it.

1. I ran the Emulator up. Read this page for the setup.

2. I connected my Nexus 10 to my computer via USB cable and open the Android Wear Preview app then set it's notification access as they say on the Get Start page

3. Then I connect the emulator and Nexus 10 by running below command on the terminal.
adb -d forward tcp:5601 tcp:5601

4.Finally, the Emulator displayed my Nexus 10's notification.  Wow !!


That is for today. See you next time :)

Wednesday, March 19, 2014

#AndroidWear Preview

Google just released "Android Wear Developer Preview " tools and APIs. So, I so exciting tried to use it. So, this is it ... 

1. I updated Android SDK Manager and install "Android Wear ARM EABI v7a System Image"

   
2. I created new Android virtual device and setting as below


3. Then I launched the emulator. After waiting for a while, I got this ...



That is for today. I will try more next time :)