我无法将支持库添加到我的Android Studio项目中

时间:2017-01-07 07:56:36

标签: android build.gradle android-support-library android-appcompat

我正试图在我的Android工作室中打开别人的项目。我安装了所有缺少的库,但我遇到了appcompat主题的问题。

以下是我的styles.xml的屏幕截图: Styles.xml

这是我的build.gradle文件的屏幕截图: enter image description here

由于此依赖性问题,我看不到任何布局的预览,也无法运行项目。我无法弄清楚为什么没有将依赖项添加到项目中。

添加依赖关系屏幕截图 enter image description here

1 个答案:

答案 0 :(得分:2)

FYI

Alpha,Beta版本不稳定。您应该使用稳定版本而不是

这些可用于测试的软件版本

使用

 classpath 'com.android.tools.build:gradle:2.2.2'//2.2.3

您应该使用相同类型的版本

 compileSdkVersion 25
 buildToolsVersion '25.0.1'
 targetSdkVersion 25