Skip to content

Instantly share code, notes, and snippets.

@nncl
Last active April 27, 2016 11:48
Show Gist options
  • Save nncl/6118204081e5beb5e44beafa39123af1 to your computer and use it in GitHub Desktop.
Save nncl/6118204081e5beb5e44beafa39123af1 to your computer and use it in GitHub Desktop.
Configuring Ionic enviroment on Windows platform

Android Config for Windows

Configuração de ambiente Node e Ionic em Windows.

  • Instale o Node - versão .msi
  • Instale o SDK do android - versão .exe
  • Abra o Android SDK Manager e instale os pacotes e tools de sua preferência
  • Instale a JDK
  • Instale o GenyMotion ou qualquer outro emulador de sua preferência
  • Rode ionic build android
  • Rode ionic run android ou ionic run android -cls

:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment