WARNING : No target specified, deploying to emulator

后端 未结 12 1852
死守一世寂寞
死守一世寂寞 2021-02-01 00:36

I\'m trying to run an ionic app on my mobile phone (Android 4.4.2). USB-Debugging is activated.

When i run the command \"ionic emulate android\" everyth

12条回答
  •  日久生厌
    2021-02-01 01:01

    If your app is already installed in your device and your device debuging is already enabled.

    Then uninstall the previous app and install the fresh apk

    sudo ionic cordova run android
    

提交回复
热议问题