Hot swap debugging with Android

前端 未结 4 1186
余生分开走
余生分开走 2021-02-05 06:19

1) Is there any special setting/configuration required to enable hot swap debugging on Android?

Example case:

  • Add breakpoint just after entering activity\'
4条回答
  •  有刺的猬
    2021-02-05 07:01

    The emulator itself doesn't support code hotswap, but with additional tools like InstaReloader desired action can be achieved. You can use this Android hotswapping tool for free

提交回复
热议问题