• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Action Bar

Hi

I'm using Andengine within Android to create a app.

I put:
ActionBar actionBar = getActionBar();
actionBar.show();
inside my onCreate function and I'm getting a NullPointerException because of it.
When using Andengine, by default it takes away the Action Bar. I was wondering how to SHOW the Action Bar again.
Can anyone shed light on this pls???
Thank you very much.
 
Back
Top Bottom