Android Studio Livereload to develop plugins

Hi,

There is a way to have “ionic serve” running with live reload and starts debugging from Android Studio and tracing the java code.

Now, everytime I have to change someting in ts or js plugin file I have to remove the android platform, remove the plugin, add the plugin back and the platform, open android studio and start debugging.

I can do changes in the java file and just restart the debugger but need to start everything from the beggining when change some web js, ts, html,… files.

Thanks,