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.
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.
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
Solution 3:
This issue had been fix in android gradle plugin 2.3 .
Change-Id: I28677d1516033503cede27013307531a8ccd1ee1 will be fixed in 2.3 train.
Post a Comment for "Error : JSR/RET Are Not Supported With ComputeFrames Option"