for my wear project, i'm setting up the android wear emulator (Nougat) following the official developer guide:
https://developer.android.com/training/wearables/apps/creating.html#set-up-emulator
After forwarding the communication using adb -d forward
, the emulator is seen by Android Wear App installed in my Honor 8 smartphone.
Nevertheless, when I try to sync my google account (step 9 of the guide), the app hangs in the "trying to sync" screen for hours.
I need to pair the emulator with my smartphone because I need to use GPS coordinates into my wear app.
Can anyone help me? Thanks a lot in advance!