复制代码 代码如下:
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中就可以啦
相关推荐:
ChatGPT不能加载过去的对话,如何提升你的使用体验?,ai智能衣服
亚马逊的seo是什么阿,亚马逊seo项目 ,中考用ai写作会判0分吗
什么是seo在线咨询,什么是seo在线咨询服务 ,unreal ai
ChatGPT出问题?背后的原因与解决方案,夸克ai写作生成
ChatGPT登录503错误?轻松解决,快速恢复畅享智能体验!,ai怎么加植物材质效果
OpenAI无法验证支付方式?解决方案与常见问题解析,你好月光ai
SEO总计:如何通过SEO优化实现网站流量和排名的飞跃,三元桥网站优化
SEO客服:如何提升客户体验与业务转化的双赢策略,鄂州网站建设公司教程
SEO与网络推广机构:如何选择最适合你的数字营销合作伙伴,ai写作软件性价比高吗
《命运交错的轨迹:小说背后的无尽魅力》,seo优化huifachina
ChatGPT40不收费版本:科技革新,智能助手助力生活与工作,ai医疗武器有哪些
ChatGPT中文版下载免费版:智能对话新时代,尽在,ai光波
怎么让AI写文章,轻松实现内容创作的智能化
SEO培训:助力企业实现互联网营销的无限可能,平塘网站优化推广价格
seo用什么写属性写,seo属于什么 ,芭田科学施肥AI
不利于seo是什么,不属于seo对网店推广的作用 ,ai渐变下载
ChatGPT宕机恢复时间如何解决用户焦虑与技术背后的故事,ai人工智能写作火山
SEO可以帮助网站在搜索引擎中获得较高的排名-助力企业数字化转型的关键,赵立新AI换脸图片对比
chatai写作免费一键生成,轻松解决写作难题!,陈逗逗ai换脸在线看
ChatGPT免费订阅的使用限制:其潜力与挑战,ai辅助线无法对齐画板
ChatGPT显示503:如何应对AI服务不可用的困境?,ai宝贝宝贝
seo网站需要做什么,seo都需要做什么 ,ai怎么做喷漆效果
SEO优化基础:让你的网站脱颖而出的秘密武器,模仿猫ai
GoogleGTP-智能时代的革命性突破,人工智能的新纪元,ai可以降论文ai率吗
文章写作AI:让创作更高效、精准的智能助手
线上AI写作免费一键生成,轻松提升写作效率,解放创作思维
ChatGPT无法加载?检查您的网络设置并尝试重启,轻松解决连接问题!,ai制作艺术字
SEO已经成为数字营销的核心,如何利用SEO提升网站流量和转化率,含山网站优化推广
SEO快排还有效果吗揭秘快速排名的真相与未来趋势,ai人像波普
Goanno跨级借鉴:推动创新与提升效率的秘密武器,崇明区智能ai艾灸费用
《权重参谋:让您的网站轻松登顶搜索引擎的秘密武器》,设计微信社群私域营销推广简案
“更加通顺”-让生活与工作无缝衔接的语言魅力,SEO书架书桌收纳
什么是seo行业,seo是什么职业做什么的 ,ai标题字体效果
ChatGPT您的应用遇到问题,无法正常启动?如何解决并重新体验智能助手的魅力!,男头ai关键词
文章AI指令提升写作效率的智能助手
SEO怎么设置:让你的网站快速登上搜索引擎首页的秘密,Ai压印分色
什么是亚马逊seo策略,亚马逊的seo推广是什么 ,天天学术ai写作优惠券
SEO优化大全:让你的网站排名轻松破局,精准引流更高效!,274357524ai
360刷排名工具选哪家?揭秘2025年最强排名优化工具!,ai写作网站哪个好一点
ChatGPT页面不自动显示最新消息:如何解决这一困扰,提升使用体验?,斑马ai幼儿百度云网盘
ChatGPT诞生背景:人工智能如何突破语言的边界,ai辅助市场调研
用AI修改文章,提升写作效率与质量的新时代
优化工具:提升工作效率的秘密武器,网站模板的优化策略是什么
一秒采集:提升效率、创造价值的秘密武器,苏州网站整站优化
如何选择适合你的AI工具?全面解析AI工具哪个好用
ChatGPTDNS出问题?如何快速解决并保障网络畅通,墨镜ai照片
未来的效率利器AI软件下载AI,助您轻松驾驭智能世界
OpenAI注册问题解决方案:如何顺利通过手机号验证,反对ai头像
ChatGPTO1免费:突破智能聊天的极限,体验AI无限可能,糯米ai唱歌
seo需要学会什么编程,seo要会些什么 ,剪映怎样加ai