No such instance field

前端 未结 6 1275
醉酒成梦
醉酒成梦 2020-12-09 16:54

I\'m trying to get my application to save some data when the orientation of the screen is changed using the onSaveInstanceState to save a boolean value mC

6条回答
  •  执笔经年
    2020-12-09 17:26

    Check if your build variant in Android Studio has

    • debuggable as true
    • proguard is disabled or commented out.

提交回复
热议问题