Я пытаюсь загрузить исходный код любой библиотеки Android с помощью кнопки «Скачать источники», но каждый раз возникает ошибка задачи gradle.Есть ли способы исправить это?
10:19:06 PM: Executing task ':app:DownloadSources --stacktrace'...
Executing tasks: [:app:DownloadSources]
FAILURE: Build failed with an exception.
* What went wrong:
Task 'DownloadSources' not found in project ':app'.
* Try:
Run gradle tasks to get a list of available tasks. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Exception is:
org.gradle.execution.TaskSelectionException: Task 'DownloadSources' not found in project ':app'.
* Get more help at https://help.gradle.org
BUILD FAILED in 0s
10:19:06 PM: Task execution finished ':app:DownloadSources --stacktrace'.