Android-Skin icon indicating copy to clipboard operation
Android-Skin copied to clipboard

Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.graphics.drawable.AnimationDrawable.start()' on a null object reference

Open finddreams opened this issue 6 years ago • 0 comments

if (mIvLoading!=null) { ((AnimationDrawable) mIvLoading.getDrawable()).start(); } 换肤后这样的代码会抛异常崩溃,是什么原因?

finddreams avatar May 25 '18 02:05 finddreams