Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

Latest commit

 

History

History
54 lines (39 loc) · 1.12 KB

running-app-in-emulator.adoc

File metadata and controls

54 lines (39 loc) · 1.12 KB
Android

To run an Android app in an emulator, see the following documentation.

Note
The AeroGear SDK supports API level 21 or later.
iOS

To run an iOS app in an emulator, see the following documentation.

Cordova

Install dependencies:

  1. npm install -g cordova@8 ionic@4

  2. npm install

Cordova cross-platform applications can be run in the following emulators:

  • Android: npm run ionic:android

  • iOS: npm run ionic:ios

    Note
    A running emulator on macOS is required to run an iOS application.
Xamarin

Xamarin cross-platform applications are run in the following emulators:

  • Android

  • iOS

    Note
    A running emulator on macOS is required to run an iOS application.