找不到appcompat_v7.apk [英] Could not find appcompat_v7.apk

查看:1570
本文介绍了找不到appcompat_v7.apk的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我尝试运行我的PROGRM,它的工作原理,但是当我看到控制台,它说,它找不到appcompat_v7.apk

我如何尝试回答这个?我刚刚导入了我的大部分资源。

这是当我这样做会发生什么:属性> 安卓> 图书馆添加Android的支持-V7-appcompat

  [2014年4月30日16时28分38秒 -  appcompat_v7]找不到appcompat_v7.apk!
[2014年4月30号16时28分38秒 -  finalssample1]启动活动com.example.finalssample1.MainActivity在设备模拟器-5554
[2014年4月30号16点28分40秒 -  finalssample1] ActivityManager:开始:意向{行为= android.intent.action.MAIN猫= [android.intent.category.LAUNCHER] CMP = com.example.finalssample1 / .MainActivity }
[2014年4月30号16点28分40秒 -  finalssample1] ActivityManager:警告:活动尚未开始,目前的任务已经放到了前面,
 

解决方案

在Eclipse中: - 右键点击你的项目 - 属性-Java构建路径 - 然后在项目选项卡,选择Android的支持-V7-appcompat并单击删除。

您并不需要它。解决了这个问题对我来说:)

When I try to run my progrm, it works, but when I look at the console, it states that it Could not find appcompat_v7.apk.

How do I try to answer this? I just imported most of my resources.

This is what happens when I do this: Properties > Android > Library add the android-support-v7-appcompat

[2014-04-30 16:28:38 - appcompat_v7] Could not find appcompat_v7.apk!
[2014-04-30 16:28:38 - finalssample1] Starting activity com.example.finalssample1.MainActivity on device emulator-5554
[2014-04-30 16:28:40 - finalssample1] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.example.finalssample1/.MainActivity }
[2014-04-30 16:28:40 - finalssample1] ActivityManager: Warning: Activity not started, its current task has been brought to the front

解决方案

In Eclipse: - Right click on your project - Properties -Java Build Path - then under "Projects" tab, select "android-support-v7-appcompat" and click "remove".

You don't need it there. Solved the problem for me :)

这篇关于找不到appcompat_v7.apk的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆