I'm trying to build my android app. I have a default, unmodified activity using a tabbed pageradapter fragment template, however I get an error from logcat stating:
06-24 15:08:18.771: W/dalvikvm(21676): Unable to resolve superclass of Lcom/humbell/infinibook/ExploreActivity; (23)
06-24 15:08:18.771: E/dalvikvm(21676): Could not find class 'com.humbell.infinibook.ExploreActivity', referenced from method com.humbell.infinibook.MainActivity$2.onClick
I am using no external libraries libraries, so am confused to what is happening. I think it's down to the support libraries but am not surehow to check really - the configuration is a okay.
I have uninstalled and fully wiped my SDK, but still no joy.
This is really baffling me.
I also have problem creating other activity's too... with the exact same errors...
Thanks for your time.
Nathan.
EDIT:
I haven't modified any of the code from my activity. The ExploreActivity is generated from the Eclipse/ADT. I only get the error if I use Tabbed activities - if I use a default blank activity, without any tab navigation, it runs fine - which suggest to me it's something to do with the support libraries, as thats what the tabbed activity use - however - Everything is default and fine.
I have checked pro guard - it's not enabled.
I haven't a clue whats wrong.
ADT is version : v22.0.1-68570
And here's the code for the explore activity: