Instant run in Android Studio 2.0 (how to turn off)

前端 未结 7 2423
别跟我提以往
别跟我提以往 2020-11-22 05:19

How to disable Instant Run in Android Studio 2.0 Preview. When I go to the settings I see it:

and I can not remove the tick from \"Enable Instant Run...\"

7条回答
  •  感动是毒
    2020-11-22 05:45

    UPDATE

    In Android Studio Version 3.5 and Above

    Now Instant Run is removed, It has "Apply Changes". See official blog for more about the change.

    we removed Instant Run and re-architectured and implemented from the ground-up a more practical approach in Android Studio 3.5 called Apply Changes.Apply Changes uses platform-specific APIs from Android Oreo and higher to ensure reliable and consistent behavior; unlike Instant Run, Apply Changes does not modify your APK. To support the changes, we re-architected the entire deployment pipeline to improve deployment speed, and also tweaked the run and deployment toolbar buttons for a more streamlined experience.

    Now, As per stable available version 3.0 of Android studio,

    If you need to turn off Instant Run, go to

    File → Settings → Build, Execution, Deployment → Instant Run and uncheck Enable Instant Run.

提交回复
热议问题