Error when starting a tab activity in Android?

Posted by ATDeveloper on Stack Overflow See other posts from Stack Overflow or by ATDeveloper
Published on 2010-05-16T02:23:12Z Indexed on 2010/05/16 2:30 UTC
Read the original article Hit count: 648

I followed the directions verbatim in this Android tutorial, copying/pasting the code from the site to my app.

http://developer.android.com/resources/tutorials/views/hello-tabwidget.html

However, when I try to run in the Android emulator, I get the error:

"The application Hello Tab Widget has stopped unexpectedly. Please try again."

I tried debugging by introducing a breakpoint in the first line of the onCreate method, but the error occurs before the breakpoint is even hit. Any idea of what is going wrong, or any other way I can debug this issue? I am using Eclipse.

© Stack Overflow or respective owner

Related posts about android-emulator

Related posts about android