I\'m building a project with Cordova. On iOS, the workflow seems about what I was expecting but on Android it\'s quite the balancing act and I\'m not entirely sure how to fix. I
I am facing the same problem.
Sometimes it helps to run:
adb kill-server adb forward --remove-all adb start-server
However, I still have to run this from time to time and it can't be the perfect solution.