我運行Android Studio v2.1.3並使用./gradlew build
用Findbags檢測Android項目中的錯誤。Findbugs失敗,出現「java.io.IOException:沒有文件可以打開」
最近一個錯誤開始上來:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':process:customFindbugs'.
> java.io.IOException: No files to analyze could be opened
有足夠的磁盤空間和RAM,並且旁邊我看不到發生的錯誤什麼特別的原因。請幫忙解釋這個問題。
我已經更新到Android Studio到2.2.2,gradle到2.2.2,gradle包裝到2.14.1。問題仍然不時出現。 – Mykola