Ionic | Advanced Know-How
Inhaltsverzeichnis [Anzeigen]
Working on Android
Start emulator
$ emulator -list-avds
6
6_x86_64
7
$ emulator -list-avds
6
6_x86_64
7
$ emulator -list-avds 6 6_x86_64 7
$ emulator @6
$ emulator @6
$ emulator @6
Show logfile messages
$ adb logcat
$ adb logcat
$ adb logcat
Run on Device
$ adb uninstall io.ionic.conference
$ ionic run android
adbuninstallio.ionic.conference ionic run android
$ adb uninstall io.ionic.conference $ ionic run android
Working on iOS
List available devices
$ ios-sim showdevicetypes
$ ios-sim showdevicetypes
$ ios-sim showdevicetypes
Run on Emulator
$ ionic emulate ios --target="iPhone-6, 10.1"
$ ionic emulate ios --target="iPhone-6, 10.1"
$ ionic emulate ios --target="iPhone-6, 10.1"