android getSharedPreferences error: Map value without name attribute: boolean

后端 未结 3 1973
囚心锁ツ
囚心锁ツ 2020-12-07 01:42

I am trying to figure out the cause of this error it occurs on startup when i try to get the shared preferences for the app. the code is just:

settings = this.getSha

3条回答
  •  悲&欢浪女
    2020-12-07 02:34

    Are you able to reproduce this on emulator? If yes, then you could extract the prefs file using Eclipse DDMS tools to investigate the contents of the prefs file.

提交回复
热议问题