在 Motorola Droid 上 System.currentTimeMillis() 始终返回 0
在 Motorola Droid、Android 2.0 上,调用 System.currentTimeMillis()
始终返回 0。 2.0 和 1.5 之间的 API 差异中没有提及系统的更改,因此要么以某种方式遗漏了它,要么这是 Droid 依赖项。 有谁知道如何以满足Android 1.5、Android 2.0和所有硬件的方式获取currentTimeMillis?此致!
The call to System.currentTimeMillis()
returns always 0 on Motorola Droid, Android 2.0.
There is no mentioning in changes to System in the API differences between 2.0 and 1.5, so either it was missed somehow or this is a Droid dependency.
Does anyone know how to get the currentTimeMillis in a way that satisfies Android 1.5, Android 2.0, and all hardware? Best regards!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它在我的摩托罗拉 DROID、Android 2.0 上运行得很好。您可以将一个项目发布到某个地方,但该项目会给出错误的结果吗?
It works on my Motorola DROID, Android 2.0, just fine. Can you post a project somewhere that is giving you the erroneous results?