Re: [android-developers] Re: "Unable to start activity ComponentInfo" during TabActivity initialization

2011-02-17 Thread MerlinBG
Well, I am just trying to run the example, so this is my main.xml: http://schemas.android.com/apk/res/android"; android:id="@android:id/tabhost" android:layout_width="fill_parent" android:layout_height="fill_parent"> This is the activity code: public

Re: [android-developers] Re: "Unable to start activity ComponentInfo" during TabActivity initialization

2011-02-17 Thread MerlinBG
Well, I am just trying to run the example, so this is my main.xml: http://schemas.android.com/apk/res/android"; android:id="@android:id/tabhost" android:layout_width="fill_parent" android:layout_height="fill_parent"> This is the activity code: public cl

Re: [android-developers] Re: "Unable to start activity ComponentInfo" during TabActivity initialization

2011-02-16 Thread Richard Leggett
...but it can also be the referenced control throwing an error in onCreate(), so a few things to look into, I'd start by looking at the XML, and then stepping through any custom controls' onCreate() methods. On 16 Feb 2011, at 10:07, Richard Leggett wrote: > I'm afraid you may have to post your

Re: [android-developers] Re: "Unable to start activity ComponentInfo" during TabActivity initialization

2011-02-16 Thread Richard Leggett
I'm afraid you may have to post your layout XML, or as much of it as you can. This error is usually related to an incorrectly names/qualified custom control or something along these lines. On 16 Feb 2011, at 08:28, MerlinBG wrote: > Sorry, forgot to mention - in the activiry that should be disp

[android-developers] Re: "Unable to start activity ComponentInfo" during TabActivity initialization

2011-02-16 Thread MerlinBG
Sorry, forgot to mention - in the activiry that should be displayed in the tab, there is clause, if this is important. Again, the activity is displayed fine when not in tab. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this