java - How to test sensor application in android AVD? -
I am developing an Android proximity application using Eclipse and Android AVD but I was able to test proximity application in AVD I'm not.
Is there any other way to test proximity applications and other sensor applications?
Note: My computer is blocked USB so I can not even connect the physical device
AVD can not check for many Android features, especially sensors.
If the USB device is unavailable for debug physical device, you can do the following:
- Change to a computer with non-blocking USB, and debug it with the actual device.
- Create an .apk and install in a real device & amp; Diagnosis with on-screen debug messages
- Enable "ADB on network", then you can debug apps with Bluetooth / Wi-Fi network
Comments
Post a Comment