我从文件夹

时间:2016-10-07 16:37:05

标签: android eclipse android-appcompat

我不知道appcompat_v7到底是什么意思。在不知不觉中,我不仅从包资源管理器中删除了它,还删除了它的物理文件夹,现在,我的应用程序因此无法正常工作。我尝试通过从库中导入来查找它,甚至从SDK Manager安装了Android支持库,但我仍然找不到它。我该如何解决这个问题?

1 个答案:

答案 0 :(得分:0)

If you are using android studio, follow these steps
1. Remove it from build.gradle dependency list(  compile 'com.android.support:appcompat-v7:+') and restart android studio.
2. Now add the appcompat library back again, and click on sync at top right of build.gradle. It will download and install again.