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.
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"