ionic cordova run android An error occured while running subprocess native-run

前端 未结 5 826
-上瘾入骨i
-上瘾入骨i 2021-01-20 11:55

I am trying to run my ionic app on an android device (Xiaomi Pocophone) by running the following command:

ionic cordova run android

However, I get the follow

5条回答
  •  隐瞒了意图╮
    2021-01-20 12:08

    I know it's too late but it might help people in the future. This error is most probably cause by no storage / memory full in phone you are trying to build your apk on. So make some space and try building again.

    Check this git issue for the details

提交回复
热议问题