0
score
1.4K
views
no
status
CC BY-SA 3.0
Method Invocation actionbar.somemethod() may produce java null pointer exception
Your Activity ( Moovo ) inherits the application theme specified in your AndroidManifest . Your theme is a parent of Theme.AppCompat.Light.DarkActionBar . This theme removes the native android.app.ActionBar which is why...