有什么办法可以同步我的avd的时钟

发布于 2024-12-19 14:23:57 字数 501 浏览 4 评论 0原文

我正在使用 android 虚拟设备进行 android 开发,我正在开发一个应用程序来更新 twitter 中的状态并看到 logcat 我认为问题是它的系统时钟不同步任何人都可以帮忙。

Logcat

12-06 09:23:25.693: W/System.err(537): 401:Authentication credentials (https://dev.twitter.com/docs/auth) were missing or incorrect. Ensure that you have set valid conumer key/secret, access token/secret, and the system clock in in sync.

完整代码位于此处

I am using android virtual device for android developing and i am developing an app to update status in twitter and seeing the logcat i think the problem is that it's system clock is not synchronised can anyone please help.

Logcat

12-06 09:23:25.693: W/System.err(537): 401:Authentication credentials (https://dev.twitter.com/docs/auth) were missing or incorrect. Ensure that you have set valid conumer key/secret, access token/secret, and the system clock in in sync.

Complete code is in here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

岁月染过的梦 2024-12-26 14:23:57

您需要自定义模拟器的设置:

1.禁用网络提供的值:
1.1.设置->日期和时间时间
1.2.取消选中第一行
2. 设置正确的时间:
2.1.设置->日期和时间时间
2.2.第四行(设置时间)

希望这有帮助。

You need to customize your emulator's settings:

1.Disable network provided values:
1.1. Settings -> Date & Time
1.2. uncheck first row
2. Set correct time:
2.1. Settings -> Date & Time
2.2. fourth row (Set time)

Hope this helps.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文