Skip to content Skip to sidebar Skip to footer

Error : Jsr/ret Are Not Supported With Computeframes Option

i am facing this error Execution failed for task app:transformClassesWithInstantRunForDebug'.JSR/RET are not supported with computeFrames option my main activity : package pie

Solution 1:

Try turning off the instant run.

  1. Open the Settings or Preferences dialog:

    • On Windows or Linux, select File > Settings from the main menu.

    • On Mac OSX, select Android Studio > Preferences from the main menu.

  2. Navigate to Build, Execution, Deployment > Instant Run

Solution 2:

Just to complement @Kanika answer, there is a issue about that and it is going to be fixed on Android Studio 2.3

https://code.google.com/p/android/issues/detail?id=220019

Solution 3:

This issue had been fix in android gradle plugin 2.3 .

Change-Id: I28677d1516033503cede27013307531a8ccd1ee1 will be fixed in 2.3 train.

https://code.google.com/p/android/issues/detail?id=220019

Post a Comment for "Error : Jsr/ret Are Not Supported With Computeframes Option"