"cordova run android" 有什么作用?
What does "cordova run android" does?
是否 运行 cordova build android
然后将 APK 安装到设备/模拟器上?
如果不是,它到底有什么作用?
我尝试在 cordova 文档站点上搜索更多详细信息,但无济于事。
非常感谢任何帮助
是的,你说的很对。引用自 Cordova CLI reference:
运行命令...
Prepares, builds, and deploys app on specified platform
devices/emulators. If a device is connected it will be used, unless an
eligible emulator is already running.
是否 运行 cordova build android
然后将 APK 安装到设备/模拟器上?
如果不是,它到底有什么作用? 我尝试在 cordova 文档站点上搜索更多详细信息,但无济于事。
非常感谢任何帮助
是的,你说的很对。引用自 Cordova CLI reference:
运行命令...
Prepares, builds, and deploys app on specified platform devices/emulators. If a device is connected it will be used, unless an eligible emulator is already running.