Can any one tell me how to port my android game on android wear.
Till now I have successfully create android wear android studio project with the help - http://technidus.com/tutorial-creating-build-in-android-studio-from-unity-project/
but when tried running on wear emulator it shows following error in logcat
Uploading file to: /data/local/tmp/com.my.wear
Installing com.my.wear
DEVICE SHELL COMMAND: pm install -r "/data/local/tmp/com.my.wear"
WARNING: linker: libdvm.so has text relocations. This is wasting memory and prevents security hardening. Please fix.
pkg: /data/local/tmp/com.my.wear
Failure [INSTALL_FAILED_CONTAINER_ERROR]
Now I can see that people have sucessfully ported unity project on wear but none of the way have worked for me so far. like - http://www.smart-page.net/blog/2014/09/12/unity-3d-for-android-wear/
Is there any other way...?
Or is there something that I have missed.
↧