string resource id #0x0的问题

Posted 加州枫景

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了string resource id #0x0的问题相关的知识,希望对你有一定的参考价值。

原因:

        在setText()方法中设置了一个int型变量,在运行的时候就会报String resource id #0x0的错误,

解决方法:

是把int型数据改成String类型,如setText(5+""); 
因为这样android系统就会主动去资源文件当中寻找, 但是它不是一个资源文件ID, 所以就会报出这个bug。

以上是关于string resource id #0x0的问题的主要内容,如果未能解决你的问题,请参考以下文章

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

解决:Caused by: android.content.res.Resources$NotFoundException: String resource ID #0x2

Android异常篇 android.content.res.Resources$NotFoundException: String resource ID #0x1

ListView 的问题:android.content.res.Resources$NotFoundException:资源 ID #0x102000a 类型 #0x12 无效

Android:android.content.res.Resources$NotFoundException:字符串资源 ID #0x5

Caused by: android.content.res.Resources$NotFoundException: Resource ID #0x7f070058 android-studio 3