Cordova: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
=== Prerequisites === | |||
==== Windows ==== | |||
Android Studio and SDK | |||
==== MacOS ==== | |||
Android Studio and SDK | |||
XCode 11 | |||
=== Cordova Commands === | === Cordova Commands === |
Revision as of 14:13, 28 March 2020
Prerequisites
Windows
Android Studio and SDK
MacOS
Android Studio and SDK XCode 11
Cordova Commands
Command | Windows | macOS |
---|---|---|
emulate ios | Nothing | Opens app in iOS Emulator. |
emulate android | Opens app in Android Emulator | Opens app in Android Emulator |
run ios --debug | Nothing | Opens app on USB connected device |
run android --debug | Opens app on USB connected device | Opens app on USB connected device |
run ios --release | Nothing | Creates unsigned .ipa |
run android --release | Creates signed .apk | Creates signed .apk |
Create cordova directory only | Creates all files, but does not launch | |
Create and open in Xcode | Nothing | Creates all files, then launches in XCode. |