: app: transform Classes with Profiler-transform for debugging FAILED

An error occurred while opening the Android Profiler compilation: FAILURE: build failed with an exception.

Something went wrong:

Execution failed for task ': app: transformClassesWithProfilers-transformForDebug'.

+7
source share
3 answers

enter image description here

Disabling this switch will help solve your problem.

+14
source

For me, cleaning the project and the building again fixed it.

0
source

If you encounter this problem, it means that you have enabled the option "Enable advanced profiling" (disable it, but advanced profiling will not work). You must clear the build project again and build.

0
source

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


All Articles