尝试使用命令行运行时遇到问题
ionic cordova run android
它显示的错误如下:
ERR_NO_TARGET: No targets devices/emulators available. Cannot create AVD because there is no suitable API installation. Use --sdk-info to reveal missing packages and other issues.
但问题是,我在Android Studio中创建了一个设备:
所以我想知道会有什么问题?谢谢
4条答案
按热度按时间6l7fqoea1#
在执行命令
ionic cordova run android
之前,您需要启动模拟器并使其保持运行状态单击Virtual Devices列表中的
Play
图标以启动模拟器。z9gpfhce2#
可能不是你想要的答案,但通常我用途:
然后在Android Studio中打开platform/android目录。
j2datikz3#
Maybe you should try this :
for see avaliables devices this:
for run android app on device this:
i hope help you.
cxfofazt4#
确保在您的环境中设置了以下变量。