Cordova and adb-server issue

后端 未结 5 602
孤独总比滥情好
孤独总比滥情好 2021-02-09 07:31

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

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-09 08:17

    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.

提交回复
热议问题