gpt4 book ai didi

android-studio - 使用 Android Studio(Gradle) 和 Robolectric 时会遗漏一些工件

转载 作者:行者123 更新时间:2023-12-03 03:02:53 28 4
gpt4 key购买 nike

我下载Robolectric Samples并由 Android Studio(版本 1.2.1.1)导入。在 android-api-19 下,我附加如下依赖项:

dependencies {
testCompile "junit:junit:4.10"
testCompile "org.json:json:20080701"
testCompile "org.ccil.cowan.tagsoup:tagsoup:1.2"
testCompile "org.assertj:assertj-core:1.7.0"
testCompile "org.robolectric:robolectric:${robolectricVersion}"
testCompile "org.robolectric:android-all:4.4_r1-robolectric-1"
testCompile "org.robolectric:shadows-core:3.0-rc2"

}

我可以通过看到jsontagsoupshadows-coreandroid-all库>项目 View 。我也可以在 ${GRADLE_HOME}/caches/modules-2/files-2.1 目录下看到它们。但是当我使用 Gradle Test 运行项目时,出现错误:


Unable to resolve artifact: Missing:
----------
1) org.ccil.cowan.tagsoup:tagsoup:jar:1.2

Try downloading the file manually from the project website.

Then, install it using the command:
mvn install:install-file -DgroupId=org.ccil.cowan.tagsoup -DartifactId=tagsoup -Dversion=1.2 -Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.ccil.cowan.tagsoup -DartifactId=tagsoup -Dversion=1.2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

Path to dependency:
1) org.apache.maven:super-pom:pom:2.0
2) org.ccil.cowan.tagsoup:tagsoup:jar:1.2

2) org.robolectric:android-all:jar:4.4_r1-robolectric-1

Try downloading the file manually from the project website.

Then, install it using the command:
mvn install:install-file -DgroupId=org.robolectric -DartifactId=android-all -Dversion=4.4_r1-robolectric-1 -Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.robolectric -DartifactId=android-all -Dversion=4.4_r1-robolectric-1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

Path to dependency:
1) org.apache.maven:super-pom:pom:2.0
2) org.robolectric:android-all:jar:4.4_r1-robolectric-1

3) org.json:json:jar:20080701

Try downloading the file manually from the project website.

Then, install it using the command:
mvn install:install-file -DgroupId=org.json -DartifactId=json -Dversion=20080701 -Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.json -DartifactId=json -Dversion=20080701 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

Path to dependency:
1) org.apache.maven:super-pom:pom:2.0
2) org.json:json:jar:20080701

4) org.robolectric:shadows-core:jar:19:3.0-rc2

Try downloading the file manually from the project website.

Then, install it using the command:
mvn install:install-file -DgroupId=org.robolectric -DartifactId=shadows-core -Dversion=3.0-rc2 -Dclassifier=19 -Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.robolectric -DartifactId=shadows-core -Dversion=3.0-rc2 -Dclassifier=19 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

Path to dependency:
1) org.apache.maven:super-pom:pom:2.0
2) org.robolectric:shadows-core:jar:19:3.0-rc2

----------
4 required artifacts are missing.

有什么建议吗?

最佳答案

如果您查看错误消息,您可以看到它正在查看的 Maven 存储库。我能够通过更新 ~/.m2 目录中的 settings.xml 文件来解决这个问题。

关于android-studio - 使用 Android Studio(Gradle) 和 Robolectric 时会遗漏一些工件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30475268/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com