android / android/testing-samples
Could not find lint-gradle-api.jar
オープン
- 主要言語
- Java
- スター
- 9.3k
- フォーク
- 3.6k
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
I was receiving an error when importing the repo.
`Caused by: org.gradle.internal.resolve.ArtifactNotFoundException: Could not find lint-gradle-api.jar`
It was fixed by swapping `google()` to be above `jcenter()` in the buildscript.
```
buildscript {
repositories {
google()
jcenter()
}
}
```
コントリビューションガイド
調査の方向性
まず、issue で言及されている buildscript のリポジトリ設定を見つけ、リポジトリの順序を確認します。google() を jcenter() より前に配置することで lint-gradle-api.jar のインポートエラーが解決するか確認してください。issue には実行するファイルやテストの指定がありません。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- build-system
- issue の種類
- バグ
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 25/100