2021-04-12
作者:互联网
android studio报错: java.lang.NullPointerException: Attempt to invoke virtual method ‘void android.widget.ImageView.setImageResource(int)’ on a null object reference
根据 java.lang.NullPointerException判断是空指针问题。
定位到蓝色字体对应的行。
发现圈起来的东西没加。。。
标签:lang,12,java,reference,04,报错,2021,android,NullPointerException 来源: https://blog.csdn.net/m0_46335150/article/details/115635202