EasySplashScreen icon indicating copy to clipboard operation
EasySplashScreen copied to clipboard

incompatible https://github.com/afollestad/material-dialogs

Open json988 opened this issue 7 years ago • 0 comments

https://github.com/afollestad/material-dialogs

Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.view.View.setBackgroundResource(int)' on a null object reference at gr.net.maroulis.library.EasySplashScreen.withBackgroundResource(EasySplashScreen.java:75) at info.dajinrong.virtual.ui.LogoActivity.onCreate(LogoActivity.java:24) at android.app.Activity.performCreate(Activity.java:6910) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1123) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2746) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2864)  at android.app.ActivityThread.-wrap12(ActivityThread.java)  at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1567)  at android.os.Handler.dispatchMessage(Handler.java:105)  at android.os.Looper.loop(Looper.java:156)  at android.app.ActivityThread.main(ActivityThread.java:6523)  at java.lang.reflect.Method.invoke(Native Method)  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:941)  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:831) 

json988 avatar Sep 12 '17 06:09 json988