Skip to content Skip to sidebar Skip to footer

Android TabHost NullPointer

I'm new to android programming but not to Java. I've been getting this error message regarding a NPE at: 12-09 10:29:58.247: D/dalvikvm(471): GC freed 711 objects / 54912 bytes in

Solution 1:

Why don't you add your tabspec to you host?

host.addTab(spec);


Post a Comment for "Android TabHost NullPointer"