我试图让我的应用程序在使用onSaveInstanceState更改屏幕方向时保存一些数据以保存boolean值mCheated。我设置了很多断点,但在变量View中出现了mCheatedboolean值的错误mCheated=Nosuchinstancefield:'mCheated'我不知道为什么当Activity开始时我用值false声明它,如果按下按钮则将其更改为true。谁能帮帮我?packagecom.bignerdranch.android.geoquiz;importandroid.app.Activity;importandroid.content.Intent;im