Issue
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
Solution
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.
Answered By - Andrey
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.