草庐IT

android - Appcompat v7 未纳入项目

我继承了一个使用appcompat-v7:20.0.0的项目我无法构建该项目,因为似乎gradle在同步/构建时不包含appcompat库。我在build.gradle中的依赖:dependencies{compilefileTree(dir:'libs',include:['*.jar'])compile'com.android.support:appcompat-v7:20.0.0'compile'com.nineoldandroids:library:2.4.0'compile'com.google.android.gms:play-services:+'}该项目也没有播放服务,