androd报错Attempt to invoke virtual method 'int java.lang.Integer.intValue()' on a null object refere
每个报错会有不同的情况:t我这里的情况:出错的是这行代码,三目运算符来判断这个值是否等于0tvProductAccount_isGift.setText((editProductAccount.getAccountTypeIsGift()==0?"否":"是"));分析了错误原因:在实体类:getAccountTypeIsGift()对象用的是Integer类型的值,在包装类里,没有int值0的存