Error:FAILURE: Build failed with an exception.與不同的模擬器生成時,Android Studio構建失敗的異常?
What went wrong: Execution failed for task ':app:clean'.
Unable to delete directory: /media/user/7EA01F5FA01F1CE9/GitWorkSpace/Myapplication/app/build/intermediates/exploded-aar/com.android.support/animated-vector-drawable/23.3.0/jarsTry: Run with --stacktrace option to get the stack trace. Run with --debug option to get more log output.
如何在android studio中解決這個問題?每當我試圖建立在不同的模擬器,我必須手動刪除應用程序內的生成文件夾,然後只有我可以成功地構建應用程序。
如何永久解決此問題?
試着用'--stacktrace'或'--debug運行'以獲得更多的輸出和錯誤的原因 –