facebook twitter hatena line email

「Android/開発環境/AndroidStudio/gradlew実行」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
行4: 行4:
 
  task hogehoge(type: Copy) {
 
  task hogehoge(type: Copy) {
 
  }
 
  }
 +
 +
以下エラーが起こるとき
 +
<pre>
 +
lint FAILED
 +
FAILURE: Build failed with an exception.
 +
No value has been specified for property 'lintClassPath'
 +
</pre>

2019年11月8日 (金) 15:14時点における版

$ ./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'