解析android res 运行错误的问题

所属分类: 软件编程 / Android 阅读数: 1954
收藏 0 赞 0 分享
复制代码 代码如下:

W/ResourceType(  756): Failure getting entry for 0x7f020004 (t=1 e=4) in package 0: 0xffffffb1
D/AndroidRuntime(  756): Shutting down VM
W/dalvikvm(  756): threadid=1: thread exiting with uncaught exception (group=0x2aac47c8)
E/AndroidRuntime(  756): FATAL EXCEPTION: main
E/AndroidRuntime(  756): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.xxxx.mediacenter/com.xxxx.mediacenter.video.VideoPlayerActivity}: android.view.InflateException: Binary XML file line #279: Error inflating class <unknown>
E/AndroidRuntime(  756): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2663)
E/AndroidRuntime(  756): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)
E/AndroidRuntime(  756): at android.app.ActivityThread.access$2300(ActivityThread.java:125)
E/AndroidRuntime(  756): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)
E/AndroidRuntime(  756): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(  756): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime(  756): at android.app.ActivityThread.main(ActivityThread.java:4627)
E/AndroidRuntime(  756): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(  756): at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime(  756): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
E/AndroidRuntime(  756): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
E/AndroidRuntime(  756): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(  756): Caused by: android.view.InflateException: Binary XML file line #279: Error inflating class <unknown>
E/AndroidRuntime(  756): at android.view.LayoutInflater.createView(LayoutInflater.java:513)
E/AndroidRuntime(  756): at com.android.internal.policy.impl.PhoneLayoutInflater.onCreateView(PhoneLayoutInflater.java:56)
E/AndroidRuntime(  756): at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:563)
E/AndroidRuntime(  756): at android.view.LayoutInflater.rInflate(LayoutInflater.java:618)
E/AndroidRuntime(  756): at android.view.LayoutInflater.rInflate(LayoutInflater.java:621)
E/AndroidRuntime(  756): at android.view.LayoutInflater.rInflate(LayoutInflater.java:621)
E/AndroidRuntime(  756): at android.view.LayoutInflater.rInflate(LayoutInflater.java:621)
E/AndroidRuntime(  756): at android.view.LayoutInflater.rInflate(LayoutInflater.java:621)
E/AndroidRuntime(  756): at android.view.LayoutInflater.rInflate(LayoutInflater.java:621)
E/AndroidRuntime(  756): at android.view.LayoutInflater.inflate(LayoutInflater.java:407)
E/AndroidRuntime(  756): at android.view.LayoutInflater.inflate(LayoutInflater.java:320)
E/AndroidRuntime(  756): at android.view.LayoutInflater.inflate(LayoutInflater.java:276)
E/AndroidRuntime(  756): at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:198)
E/AndroidRuntime(  756): at android.app.Activity.setContentView(Activity.java:1647)
E/AndroidRuntime(  756): at com.xxxx.mediacenter.video.VideoPlayerActivity.onCreate(VideoPlayerActivity.java:152)
E/AndroidRuntime(  756): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
E/AndroidRuntime(  756): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2627)
E/AndroidRuntime(  756): ... 11 more
E/AndroidRuntime(  756): Caused by: java.lang.reflect.InvocationTargetException
E/AndroidRuntime(  756): at android.widget.ImageButton.<init>(ImageButton.java:78)
E/AndroidRuntime(  756): at java.lang.reflect.Constructor.constructNative(Native Method)
E/AndroidRuntime(  756): at java.lang.reflect.Constructor.newInstance(Constructor.java:446)
E/AndroidRuntime(  756): at android.view.LayoutInflater.createView(LayoutInflater.java:500)
E/AndroidRuntime(  756): ... 27 more
E/AndroidRuntime(  756): Caused by: android.content.res.Resources$NotFoundException: File res/drawable/seek_thumb.xml from drawable resource ID #0x7f020004
E/AndroidRuntime(  756): at android.content.res.Resources.loadDrawable(Resources.java:1697)
E/AndroidRuntime(  756): at android.content.res.TypedArray.getDrawable(TypedArray.java:601)
E/AndroidRuntime(  756): at android.widget.ImageView.<init>(ImageView.java:118)
E/AndroidRuntime(  756): at android.widget.ImageButton.<init>(ImageButton.java:82)
E/AndroidRuntime(  756): ... 31 more
E/AndroidRuntime(  756): Caused by: android.content.res.Resources$NotFoundException: File res/drawable/seek_thumb.xml from xml type drawable resource ID #0x7f020004
E/AndroidRuntime(  756): at android.content.res.Resources.loadXmlResourceParser(Resources.java:1916)
E/AndroidRuntime(  756): at android.content.res.Resources.loadDrawable(Resources.java:1692)
E/AndroidRuntime(  756): ... 34 more
E/AndroidRuntime(  756): Caused by: java.io.FileNotFoundException: res/drawable/seek_thumb.xml
E/AndroidRuntime(  756): at android.content.res.AssetManager.openXmlAssetNative(Native Method)
E/AndroidRuntime(  756): at android.content.res.AssetManager.openXmlBlockAsset(AssetManager.java:485)
E/AndroidRuntime(  756): at android.content.res.Resources.loadXmlResourceParser(Resources.java:1898)
E/AndroidRuntime(  756): ... 35 more
W/ActivityManager(  615):   Force finishing activity com.xxxx.mediacenter/.video.VideoPlayerActivity
W/ActivityManager(  615):   Force finishing activity com.xxxx.mediacenter/.center.MediaCenterActivity
I/gralloc (  615): Alloc:
I/gralloc (  615): usage: 0x133
I/gralloc (  615): format: 1
I/gralloc (  615): 480x232

or
复制代码 代码如下:

E/AndroidRuntime(  758): FATAL EXCEPTION: main
E/AndroidRuntime(  758): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.vixs.mediacenter/com.xxxx.mediacenter.video.VideoPlayerActivity}: android.content.res.Resources$NotFoundException: Resource ID #0x7f030004
E/AndroidRuntime(  758): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2663)
E/AndroidRuntime(  758): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)
E/AndroidRuntime(  758): at android.app.ActivityThread.access$2300(ActivityThread.java:125)
E/AndroidRuntime(  758): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)
E/AndroidRuntime(  758): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(  758): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime(  758): at android.app.ActivityThread.main(ActivityThread.java:4627)
E/AndroidRuntime(  758): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(  758): at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime(  758): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
E/AndroidRuntime(  758): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
E/AndroidRuntime(  758): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(  758): Caused by: android.content.res.Resources$NotFoundException: Resource ID #0x7f030004
E/AndroidRuntime(  758): at android.content.res.Resources.getValue(Resources.java:892)
E/AndroidRuntime(  758): at android.content.res.Resources.loadXmlResourceParser(Resources.java:1869)
E/AndroidRuntime(  758): at android.content.res.Resources.getLayout(Resources.java:731)
E/AndroidRuntime(  758): at android.view.LayoutInflater.inflate(LayoutInflater.java:318)
E/AndroidRuntime(  758): at android.view.LayoutInflater.inflate(LayoutInflater.java:276)
E/AndroidRuntime(  758): at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:198)
E/AndroidRuntime(  758): at android.app.Activity.setContentView(Activity.java:1647)
E/AndroidRuntime(  758): at com.vixs.mediacenter.video.VideoPlayerActivity.onCreate(VideoPlayerActivity.java:152)
E/AndroidRuntime(  758): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
E/AndroidRuntime(  758): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2627)

资源都放在drawable和layout中就可以啦
更多精彩内容其他人还在看

使用ViewPager实现android软件使用向导功能实现步骤

现在的大部分android软件,都是使用说明,就是第一次使用该软件时,会出现向导,可以左右滑动,然后就进入应用的主界面了,下面我们就实现这个功能
收藏 0 赞 0 分享

android在异步任务中关闭Cursor的代码方法

android在异步任务中如何关闭Cursor?在我们开发应用的时候,很多时候会遇到这种问题,下面我们就看看代码如何实现
收藏 0 赞 0 分享

Android自定义桌面功能代码实现

android自定义桌面其实很简单,看一个例子就明白了
收藏 0 赞 0 分享

android将图片转换存到数据库再从数据库读取转换成图片实现代码

有时候我们想把图片存入到数据库中,尽管这不是一种明智的选择,但有时候还是不得以会用到,下面说说将图片转换成byte[]数组存入到数据库中去,并从数据库中取出来转换成图像显示出来
收藏 0 赞 0 分享

TextView显示系统时间(时钟功能带秒针变化

用System.currentTimeMillis()可以获取系统当前的时间,我们可以开启一个线程,然后通过handler发消息,来实时的更新TextView上显示的系统时间,可以做一个时钟的功能
收藏 0 赞 0 分享

Android用ListView显示SDCard文件列表的小例子

本文简单实现了用ListView显示SDCard文件列表,目录的回退等功能暂不讨论,获取文件列表,files即为所选择目录下的所有文件列表
收藏 0 赞 0 分享

Android拦截外拨电话程序示例

这篇文章主要介绍了Android拦截外拨电话的示例,大家参考使用吧
收藏 0 赞 0 分享

通过Html网页调用本地安卓(android)app程序代码

如何使用html网页和本地app进行传递数据呢?经过研究,发现还是有方法的,总结了一下,大致有一下几种方式
收藏 0 赞 0 分享

android Textview文字监控(Textview使用方法)

以手机号充值为例,当用户输入最后一位数时候,进行汇率的变换,本文就实现类似这样的功能
收藏 0 赞 0 分享

Android ListView长按弹出菜单二种实现方式示例

这篇文章主要介绍了Android ListView长按弹出菜单的方法,大家参考实现
收藏 0 赞 0 分享
查看更多