eclipse - Android wear sample app -


i'm trying understand how works android wear: installed (after lot of problems) library eclipse, connected android phone cable mac in develop , emulator synchronized real phone. tried send myself mail see if connection work , works well. try this, can find sample code try , understand how android wear works? did found try out this? thank you

if signup developer preview on

http://developer.android.com/wear/preview/start.html

you sample applications wearablenotificationssample, elizachat sample code.

then import these projects , create libs/ directory in project root (the same location androidmanifest.xml file). copy v4 support library jar file android sdk directory (e.g., /extras/android/support/v4/android-support-v4.jar) project libs/ directory. save wearable-preview-support.jar file in libs/ directory. right click each jar file , select build path > add build path.

then important source code in java folder. run on eclipse, fix right click on java folder , select build path -> use source folder


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -