No such instance field

前端 未结 6 1276
醉酒成梦
醉酒成梦 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:42

    If you're using pro-guard and obfuscation is true. you have to comment out obfuscation in build gradle

    eg: add this in the pro-guard -dontobfuscate

提交回复
热议问题