how to test android applications? I configured AVD emulator, the tests are no errors but when I run on the tablet – at the start of the application – exits with an error.
I do not know what to do
how to test android applications? I configured AVD emulator, the tests are no errors
Share
Have you read android debugging documentation on http://developer.android.com/tools/debugging/index.html ?
You can switch on USB Debugging in Android system settings in your tablet, and directly debug your application from Eclipse on your device.