How can I view Android build Gradle tasks from Android Studio?

I recently discussed this bug while studying my way around AS.

I could see that the error occurred after starting aaptduring the :app:processDebugResourcesgradle task .

The gradle window is accessible from View → Tool Windows → Gradle, where I see a list of all these tasks, which are supposedly in the Android Build plugin. Is there any way to view these tasks from AS? Could I access the source code for the plugin somewhere? There are no useful options in the context menu, except for Open Gradle configwhich is grayed out.

Gradle console

+4
source share
1 answer

android gradle ( git).

, , , ? , lint, ?

+1

Source: https://habr.com/ru/post/1544060/


All Articles