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