Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

:app:transform Classes With Profilers-transform For Debug FAILED

Tags:

profiler

The following error occurred while opening Android Profiler compilation: FAILURE: Build failed with an exception.

What went wrong:

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

like image 438
fendoudelanpangzi Avatar asked Oct 27 '17 06:10

fendoudelanpangzi


1 Answers

enter image description here

Disable this switch will fix your problem.

  1. Select Run > Edit Configurations.
  2. Select your app module in the left pane.
  3. Click the Profiling tab, and then check to disable advanced profiling.
like image 103
ZhangTengyuan Avatar answered Sep 20 '22 13:09

ZhangTengyuan