Unexpected Error
So I can't figure out why my app wont load... There are no errors.
Link to onCreate (Its kinda big)
Maybe it has to do with tabhost? new to that, first attempt...
Hopefully someone can he开发者_StackOverflow中文版lp.
Thanks, Brandon
I would bet that mSoundManager
is null. Where are you initializing it ?
Most probably you should initialize if before using it as it seems to depend on Context
.
精彩评论