facebook twitter hatena line email

Android/開発環境/AndroidStudio/gradlew実行

提供: 初心者エンジニアの簡易メモ
2019年11月8日 (金) 15:14時点におけるAdmin (トーク | 投稿記録)による版

移動: 案内検索
$ ./gradlew --rerun-tasks [hogehoge]

build.gradle

task hogehoge(type: Copy) {
}

以下エラーが起こるとき

lint FAILED
FAILURE: Build failed with an exception.
No value has been specified for property 'lintClassPath'