Cordova and adb-server issue

后端 未结 5 684
孤独总比滥情好
孤独总比滥情好 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:22

    UnhandledPromiseRejectionWarning: CordovaError: Failed to execute shell command "getprop,dev.bootcomplete""

    Combined it all - and it worked

    config.xml

    
    

    command -

    adb kill-server
    adb forward --remove-all
    adb start-server
    

提交回复
热议问题