如何在Android模拟器上测试sensormanager?
我正在实施传感器管理器来测试设备是否移动,它应该给出准确性。但问题是我没有设备来测试这段代码。是否可以在模拟器上测试这个传感器管理器代码?
提前致谢, 阿比
I am implementing the sensormanager to test if the device moves it should give the accuracy. But the problem is i dont have device to test this code on. Is it possible to test this sensormanager code on Emulator??
Thanks in advance,
Aby
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有可能,您可以查看我必须进行的代码中的更改使用传感器模拟器测试程序。
It is possible, you may look at the changes in the code I had to make to test the program with the Sensor Simulator.
OpenIntents 项目有一个传感器模拟器,但我不知道它是否适用于当前的传感器 API 和当前版本的 Android。
除此之外,正如@Mighter 所说,不,这是不可能的。
The OpenIntents project has a Sensor Simulator, but I do not know if it works with the current sensor API and current versions of Android.
Beyond that, as @Mighter said, no, it is not possible.