Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/195.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
无法使用android wear emulator将帐户与智能手机同步_Android_Google Play Services_Emulation_Wear Os - Fatal编程技术网

无法使用android wear emulator将帐户与智能手机同步

无法使用android wear emulator将帐户与智能手机同步,android,google-play-services,emulation,wear-os,Android,Google Play Services,Emulation,Wear Os,对于我的wear项目,我正在按照官方开发者指南设置android wear emulator(Nougat): 使用adb-d forward转发通信后,安装在my荣誉8智能手机上的Android Wear应用程序可以看到模拟器 尽管如此,当我尝试同步我的谷歌账户(指南第9步)时,应用程序会在“尝试同步”屏幕上挂几个小时 我需要将模拟器与智能手机配对,因为我需要在我的wear应用程序中使用GPS坐标 有人能帮我吗? 提前多谢 我通过擦除模拟器的数据解决了这个问题 因此,试着: 1) 在Andr

对于我的wear项目,我正在按照官方开发者指南设置android wear emulator(Nougat):

使用
adb-d forward
转发通信后,安装在my荣誉8智能手机上的Android Wear应用程序可以看到模拟器

尽管如此,当我尝试同步我的谷歌账户(指南第9步)时,应用程序会在“尝试同步”屏幕上挂几个小时

我需要将模拟器与智能手机配对,因为我需要在我的wear应用程序中使用GPS坐标

有人能帮我吗?
提前多谢

我通过擦除模拟器的数据解决了这个问题

因此,试着:

1) 在Android studio的虚拟设备管理器中擦除数据

2) 在手机上清除android wear应用程序的数据

3) 再次配对模拟器


4) 将Android Wear应用程序上的帐户同步到您的手机上,而不是在emulator中

您可以共享日志吗?当你这么做的时候,试着阅读这篇相关的文章,那么我应该搜索哪一个tad呢?