【发布时间】:2015-07-16 14:17:14
【问题描述】:
我的项目上次运行良好。
现在我无法构建这个,我在 com.android.support/apcompat-v7/22.0.0/res/values-v21/values.xml 中看到很多问题
Error:(47, 21) No resource found that matches the given name: attr 'android:actionModeShareDrawable'.
我需要为 minSdkVersion 16 和 targetVersion 16 构建我的应用程序。
仅当我将 minSdkVersion、targetVersion 和 compileVersion 设置为 21 时,我的项目才会编译。
我使用的是 Android Studio 1.2.2。
请帮我解决这个问题。
【问题讨论】:
-
你能发布你的清单吗?
标签: android android-studio compilation