创建新项目后无法登陆Google account

2019-05-22  本文已影响0人  大双子0427

1、创建新项目后,发现Play Store无法登陆

2、进入设置Account登陆google 账号,同样无法登陆,说明为google账号无法登陆,与Play Store软件版本无关

3、adb logcat >> log.txt 抓取log,打开log文件,搜索checkin,搜到以下log

4、提示:Rejected response from server: invalid hardware identifier: "Asperis S5" is not a valid device

5、怀疑是device属性 为Asperis S5 不合法(当时创建项目时device属性,设置为了Asperis S5)

6、打开ProjectConfig.mk文件,将device属性修改为Asperis_S5,编译验证OK,可以登陆Google Account。

上一篇 下一篇

猜你喜欢

热点阅读