java - i can't test the android wear sdk -


i'm trying launch test app eclipse on android wear, when create new projet, part of android wear not here. messages :

watchactivity cannot resolved type (java file)

error: no resource identifier found attribute 'roundlayout' in package (xml file)

error: no resource identifier found attribute 'rectlayout' in package (xml file)

i've installed sdk, , update adt 23.

you'll need add android wear support library (android.support.wearable)to workspace. here full steps on how build android wear app using eclipse. hope help.

https://medium.com/@tangtungai/how-to-develop-and-package-android-wear-app-using-eclipse-ef1b34126a5d


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -