Skip to content Skip to sidebar Skip to footer

Getting Fatal Exception With Tabs In Android Application

I am getting Fatal Exception while running the application and in Emulator it gives 'Force Close'. Here is the LogCat content, 07-28 22:01:14.567: ERROR/AndroidRuntime(11421): FATA

Solution 1:

Got the solution, extended my class with ActivityGroup instead of Activity and added

tabHost.setup(this.getLocalActivityManager());

Post a Comment for "Getting Fatal Exception With Tabs In Android Application"