i am facing this error Execution failed for task app:transformClassesWithInstantRunForDebug\'.JSR/RET are not supported with computeFrames option
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
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
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