Android 有没有办法同步我的avd的时钟

Android 有没有办法同步我的avd的时钟,android,twitter,twitter4j,jtwitter,synclock,Android,Twitter,Twitter4j,Jtwitter,Synclock,我正在使用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

我正在使用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.

完整的代码在

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

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

希望这有帮助