android大烦恼小问题
C_Oliver
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
android.content.res.Resources$NotFoundException:String resource ID #0x446
android.content.res.Resources$NotFoundException:String resource ID #0x86 今天跑程序的时候,出现这样的错误: android.content.res.Resources$NotFoundException:String resource ID #0x86 LogCat显示出错行是: if (bet.getSta转载 2013-10-27 15:29:26 · 364 阅读 · 0 评论 -
Android读取txt文件乱码问题
//很多Android开发者在读取含有双字节字符的txt文件的时候,可能会中文乱码问题,解决办法如下: private String getTextString(String pathandname) throws IOException{ String str = ""; FileInputStream fis = new FileInputStream(pa转载 2013-10-27 16:18:17 · 640 阅读 · 0 评论
分享