[Android] Issue: Execution failed for task ':app:processDebugAndroidTestManifest'.
今日在rebuild project的時候,出現以下錯誤: 基本上就是 androidx.test.ext:junit 與 androidx.test.espresso:espresso-core 版本太舊所造成的: 將 androidx.test.ext:junit : 從1.1.1 升級到 1.1.5 將 androidx.test.espresso:espresso-core : 從3.2.0 升級到 1.1.5 就解決了。 參考 reference: https://stackoverflow.com/questions/75955818/cant-build-apk-in-android-studio-because-getting-execution-failed-for-task-ap