android踩坑记(1)java.lang.RuntimeException

 java.lang.RuntimeException: Unable to start activity ComponentInfo
    {com.example.geek.mbtest_1/com.example.geek.mbtest_1.MainActivity}:
    android.content.res.Resources$NotFoundException: 
    String resource ID #0x1e  
        at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2856)
        at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2931) 
        at android.app.ActivityThread.-wrap11(Unknown Source:0)  
        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1620)  
        at android.os.Handler.dispatchMessage(Handler.java:105)  
        at android.os.Looper.loop(Looper.java:176)  
        at android.app.ActivityThread.main(ActivityThread.java:6704)  
        at java.lang.reflect.Method.invoke(Native Method) 
        at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:249)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:783)
     Caused by: android.content.res.Resources$NotFoundException: String resource ID #0x1e
        at android.content.res.Resources.getText(Resources.java:350)
        at android.content.res.MiuiResources.getText(MiuiResources.java:97)
        at android.widget.TextView.setText(TextView.java:5501)
        at com.example.geek.mbtest_1.MainActivity.testJson(MainActivity.java:85)
        at com.example.geek.mbtest_1.MainActivity.onCreate(MainActivity.java:40)
        at android.app.Activity.performCreate(Activity.java:7050)
        at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1214)
        at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2809)
        at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2931) 
        at android.app.ActivityThread.-wrap11(Unknown Source:0) 
        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1620) 
        at android.os.Handler.dispatchMessage(Handler.java:105) 
        at android.os.Looper.loop(Looper.java:176) 
        at android.app.ActivityThread.main(ActivityThread.java:6704) 
        at java.lang.reflect.Method.invoke(Native Method) 
        at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:249) 
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:783) 
复制代码
int maxdayinmonthJson = dataJson.get("maxDayInMonth").getAsInt();maxday.setText(maxdayinmonthJson+"");复制代码

TextView的setText()不能传int!!!


转载于:https://juejin.im/post/5ca9a7126fb9a05e6a088445

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值