Project Information
- Repository: https://github.com/procrastimax/BirthdayBuddy.
- Project Name: BirthdayBuddy.
- My Github Account: https://github.com/friendsmobile
- Download the application: Here
- My submitted issue here: https://github.com/procrastimax/BirthdayBuddy/issues/5
Expected behavior
When I open the application, all feature should appear and the application should not be crashed.
Actual behavior
The application crashes when I open the application
How to reproduce
Download the application
open the application
Note the Error
Browser/App version: 1.1
Operating system: 6.0
Recording Of The Bug
Logcat
D/AndroidRuntime(22963): Shutting down VM
E/AndroidRuntime(22963): FATAL EXCEPTION: main
E/AndroidRuntime(22963): Process: com.procrastimax.birthdaybuddy, PID: 22963
E/AndroidRuntime(22963): d.g: null cannot be cast to non-null type android.support.v7.widget.SearchView
E/AndroidRuntime(22963): at c.b.a.a.D.a()
E/AndroidRuntime(22963): at a.b.g.a.i.b()
E/AndroidRuntime(22963): at a.b.g.a.v.a()
E/AndroidRuntime(22963): at a.b.g.a.k.onCreatePanelMenu(:1)
E/AndroidRuntime(22963): at a.b.h.a.x$c.onCreatePanelMenu(:1)
E/AndroidRuntime(22963): at a.b.h.g.i.onCreatePanelMenu()
E/AndroidRuntime(22963): at a.b.h.a.C.run(:1)
E/AndroidRuntime(22963): at android.os.Handler.handleCallback(Handler.java:739)
E/AndroidRuntime(22963): at android.os.Handler.dispatchMessage(Handler.java:95)
E/AndroidRuntime(22963): at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime(22963): at android.app.ActivityThread.main(ActivityThread.java:5910)
E/AndroidRuntime(22963): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime(22963): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime(22963): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1405)
E/AndroidRuntime(22963): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1200)