我正在使用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.
完整代码位于here
答案 0 :(得分:2)
您需要自定义模拟器的设置:
1.Disable网络提供的值:
1.1。设置 - >日期&时间
1.2。取消选中第一行
2.设置正确的时间:
2.1。设置 - >日期&时间
2.2。第四行(设定时间)
希望这有帮助。