android.content.res.Resources$NotFoundException: String array resource ID #0x7f070002

后端 未结 6 1059
不知归路
不知归路 2020-12-14 23:33

I\'m having problem getting a string array for strings.xml .

The error is:

android.content.res.Resources$NotFoundException: String array resource ID         


        
6条回答
  •  猫巷女王i
    2020-12-15 00:13

    I also have the same error. I simply Invalidated caches and restart android studio and everything works fine then. To Invalidated caches and restart Goto Files > Invalidate Caches/restart. This is some sort of bug of the android studio it happens to me several times.

提交回复
热议问题