So I just started to set up a splash screen that would show for 5 seconds and then go to my main menu. I think I labeled something wrong in the process and now my app is force c
As your log cat suggests..
at com.Dragon_Fruit.DragonFruitActivity.onCreate(DragonFruitActivity.java:44)
There's some problem in your DragonFruitActivity file. On line 44 inside OnCreate callback..
I guess removing that can solve the issue of NullpointerException.