`
avd羲羲
  • 浏览: 15956 次
文章分类
社区版块
存档分类
最新评论

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

 
阅读更多
出现这种错误:
android.content.res.#0x34fb5e4atandroid.content.res.Resources.getText(Resources.java:201)
ERROR/AndroidRuntime(383):     at android.widget.TextView.setText(TextView.java:2817)
ERROR/AndroidRuntime(383):     at com................java:68)
出错行为:
int a =Integer.parseInt(num);
mTextView_num.setText((num_plus + a));

解决办法,(num_plus + a)为int型转成String型就OK了

原因:
见API:
final void setText(int resid)
final void setText(char[] text, int start, int len)
Sets the TextView to display the specified slice of the specified char array.
final void setText(int resid, TextView.BufferType type)
final void setText(CharSequence text) Sets the string value of the TextView.

如果我们setText()方法里是int型的话,会调 setText(int resid)这个方法,而不是 setText(CharSequence text)所以才会出现Resources$NotFoundException: String resource ID 这种错误
分享到:
评论

相关推荐

    NotFoundException: org.apache.commons.dbcp.BasicDataSource异常的解决方法

    Struts的java.lang.ClassNotFoundException: org.apache.commons.dbcp.BasicDataSource异常的解决方法

    自定义Adapt可能出现错误及其解决方法

    自定义Adapt可能出现错误E/AndroidRuntime(390): android.content.res.Resources$NotFoundException: Resource ID #0x7f030004,这个错误较少出现,但是一旦出现就

    apktool_AndResGuard:修复apktool打包出现No resource found...

    No resource identifier found for attribute... No resource found that matches the given name..... ....... 使用apktool-2.0.3也可以回编译,但是比如微信回编译后会增加到110M左右,很不友好。 而使用apktool-...

    Android代码-javassist

    Java bytecode engineering toolkit Javassist version 3 ...Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation simple. It is a class library for editing bytecodes in Java;...

    Android中使用Service实现后台发送邮件功能实例

    本文实例讲述了Android...import android.content.res.Resources.NotFoundException; import android.os.Bundle; import android.widget.TextView; public class A05Activity extends Activity { private TextView tv;

    swipeback-Android侧滑返回分析和实现(不高仿微信).zip

     } catch (Resources.NotFoundException e) { return 0;  } }Tips.4侧滑的核心原理是利用反射转换窗口透明,这会影响到下层Activity的生命周期。侧滑过程中窗口转为透明时,下层Activity会被唤醒,进入...

    谷歌的zxing方式生成二维码的jar包和已经写好的工具类

    解压包之后,将core.jar引入工程中,将助手类复制到工程中,调用助手类的方法,可以直接生成二维码了。这个生成方式兼容能力比较差,不兼容微信的扫描,只能兼容常见的专门扫描二维码的app应用。

    android-aapt-wrapperv1.1

    android-aapt-wrapperv1.1,解决eclipse 没有 --no-version-vectors参数,解决NotFoundException: File res/drawable/abc_vector_test.xml,详情参阅https://blog.csdn.net/hao43284/article/details/82699802

    Android ZXing1.6核心类库(core.jar)

    com.google.zxing.NotFoundException.class com.google.zxing.Reader.class com.google.zxing.ReaderException.class com.google.zxing.Result.class com.google.zxing.ResultMetadataType.class ...

    NotFoundException

    NotFoundException

    java-adventures-resteasy-eap:博客文章http问题的POC

    你会得到类似的东西: 18:46:24,664 WARN [org.jboss.resteasy.core.ExceptionHandler] (http-/127.0.0.1:8080-1) failed to execute: javax.ws.rs.NotFoundException: Could not find resource for full path: ...

    zxing扫描本地二维码/条形码

    zxing扫描本地二维码/条形码 ...二:取到本地图片数据后,获取Result数据时报NotFoundException异常问题。 参考 Android Zxing 读取本地图片不得不说的坑 https://blog.csdn.net/qq_28057541/article/details/52119896

    修改了中文乱码问题的ZXing包及例子

    ZXing是google生成和识别条形码的开源项目,对其中的中文乱码问题进行修改,并添加了一个生成QRcode的例子

    Java类库代码动态打补丁工具JavaAsist.rar

    java类库代码动态打补丁,可以在没有源代码的基础机型源代码级修改,文件类:URLClassPath.class,Translator.class,SerialVersionUID.class,NotFoundException.class,LoaderClassPath.class,DirClassPath.class...

    Autojs调用zxing实现扫码

    调用zxing核心代码实现扫一扫功能 importClass... ...importClass(com.google.zxing.NotFoundException) importClass(com.google.zxing.DecodeHintType) importClass(com.google.zxing.BarcodeFormat)

    超强二维码生成与解析

    最近项目有个需求:生成含有二维码的PDF报表拿去盖章,盖完章后拿去扫描到某个文件夹,...针对简单解析时有可能报NotFoundException异常(解析失败),但是在官网(http://zxing.org/w/decode.jspx)却能正常的解析。

    tz

    作者: СозданиеPOST / authors / create <-CreateAuthorDto => AuthorDto П...-id,UpdateAuthorDto => AuthorDto或NotFoundException УдалениеPOST / authors / {id} / delete <-id => 200

    serverless-aws-handler:用于Lambda函数的HTTP处理程序包装器

    import { httpHandler , NotFoundException } from '@homeservenow/serverless-aws-handler' ; import { database } from './database' ; export const getCatHandler = httpHandler ( async ( { event } ) : ...

Global site tag (gtag.js) - Google Analytics