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

前端 未结 7 2421
别跟我提以往
别跟我提以往 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:57

    Update August 2019

    In Android Studio 3.5 Instant Run was replaced with Apply Changes. And it works in different way: APK is not modified on the fly anymore but instead runtime instrumentation is used to redefine classes on the fly (more info). So since Android Studio 3.5 instant run settings are replaced with Deployment (Settings -> Build, Execution, Deployment -> Deployment):

提交回复
热议问题