java.lang.NullPointerException:Attempt to invoke virtual method ’ xxxxxx’ on a null object reference
根据AS的提示定位到student.getName()方法上
先尝试使用Log.e()输出student对象
控制台打印出 -> null
发现获取student对象失败了,是一个空指针
public static Student getLoginer() {
if (BmobUser.isLogin())