IntelliJ IDEA edit android code while debugging

It is possible to edit and continue android code while debugging in AVD? If yes, how can I setup it?


No, you can't edit it while debugging. You'll have to re-make and launch.


It seems with Android Stuio v2.0 and above, this feature (called hot swap) is now available.

https://sites.google.com/a/android.com/tools/tech-docs/instant-run

链接地址: http://www.djcxy.com/p/71498.html

上一篇: 如何使用ASP.NET检测页面关闭事件

下一篇: IntelliJ IDEA在调试时编辑android代码