error : JSR/RET are not supported with computeFrames option

后端 未结 3 787
挽巷
挽巷 2021-01-14 01:48

i am facing this error Execution failed for task app:transformClassesWithInstantRunForDebug\'.JSR/RET are not supported with computeFrames option

相关标签:
3条回答
  • 2021-01-14 02:25

    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

    0 讨论(0)
  • 2021-01-14 02:34

    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

    0 讨论(0)
  • 2021-01-14 02:36

    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

    0 讨论(0)
提交回复
热议问题