当我将eclipse项目导入AS时,发生了错误:
E:\studioWorkspace\YTHDBL\yTHDBL\build.gradle
Error:Error:line (25)Failed to resolve: com.android.support:appcompat-v7:22.2.1
Install Repository and sync project
Show in File
open.dependency.in.project.structure
Show in Project Structure dialog</a>
Error:Error:line (24)Failed to resolve: com.android.support:support-v4:22.2.1
Install Repository and sync project
Show in File
open.dependency.in.project.structure
Show in Project Structure dialog
我搜索了答案,发现了这个:how do I properly install support_v7
我是否设置了错误的支持库号?,我试过22.0.0,22.2.0 .....,但没有用。
在我的sdk管理器中,安装了Android支持存储库,版本16,并且已经安装了Android支持库,版本为22.2.1。 谷歌资源库也已安装。
这是我的build.gradle:
dependencies {
compile project(':library')
compile project(':alipay_lib')
compile project(':sMSSDK')
compile 'com.android.support:support-v4:22.2.1'
compile 'com.android.support:appcompat-v7:22.2.1'
compile files('libs/alipay.jar')
compile files('libs/android-query.0.25.10.jar')
compile files('libs/baidumapapi_v3_1_0.jar')
compile files('libs/commons-codec-1.6.jar')
compile files('libs/jackson-core-asl-1.9.11.jar')
compile files('libs/jackson-mapper-asl-1.9.11.jar')
compile files('libs/jpush-sdk-release1.7.5.jar')
compile files('libs/locSDK_4.2.jar')
compile files('libs/umeng-analytics-v5.5.3.jar')
compile files('libs/zxing.jar')
}
问题在哪里?现在我找不到AS中的“再试一次”按钮,我怎么能再试一次?
答案 0 :(得分:1)
我也遇到了类似的错误。但我的问题是无法解决com.android.support:appcompat-v7:23.2.1。我在最新版本的Extra中更新了支持库和Android支持库的Local Maven存储库。最后,我的问题已经结束了。