Search code examples
androidaccelerometer

testing accelerometer in android


I'm working on an Android project that uses the accelerometer feature of tablets. I'm now slightly at the beginning of this project, so there is no objection to find the solution of my complaint. The question is, I have no android device right now and I want to test the sensitivity or directions of my accelerometer. As you know, there is no such a feature in android emulators. How can I test these sensors and events?


Solution

  • You can try this to emulate sensor data in the emulator: http://code.google.com/p/openintents/wiki/SensorSimulator