Bootstrap

在使用getInstance(context).getBoolean(key,defValue);出现错误

在使用

getInstance(context).getBoolean(key, defValue);

出现的错误
java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Boolean android.app.SharedPreferencesImpl.getBoolean(SharedPreferencesImpl.java:331)

在使用的时候明显没有报错,但是提示类型错误返回类型不是Boolean。这是因为之前使用过其他类型保存的,只能删除原来保存的参数的或者是删除APP重新安装。

;