当我想使用ionic和cordova展示我的应用时,出现此错误的console
循环
Running command: adb -s emulator-5584 shell getprop dev.bootcomplete
Command finished with error code 1: adb -s,emulator-
5584,shell,getprop,dev.bootcomplete
Running adb shell command "getprop dev.bootcomplete" on target
emulator-5584...
Running command: adb -s emulator-5584 shell getprop dev.bootcomplete
我使用此命令ionic cordova run android --target Nexus_5X_API_28 --verbose
启动./emulator -list-avds
时,我将得到此输出
Nexus_5X_API_28
出什么问题了?