what is Android Studio Instant Run?

后端 未结 4 1486
Happy的楠姐
Happy的楠姐 2020-12-25 11:41

Today I have updated my Android Studio and run the app which existing with previous version.When I was running the app with previous version app launching very fast but when

4条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-25 12:27

    Instant Run = Incremental build + Hot, Warm, or Cold swap

    Without Instant run :

    With instant run :

    Source : https://medium.com/google-developers/instant-run-how-does-it-work-294a1633367f

提交回复
热议问题