I'm currently working on an Ionic 2 app and whenever I make a change to the .ts code, I find myself having to go through a tedious process. This involves removing the platform, adding the Android platform again, and then running the app in Android or importing Gradle in Android Studio.
- Is there a way to streamline this process and automatically update the .ts code without having to remove the platform each time?