Skip to content

Group-9/94-percent-mobile

Repository files navigation

94 Percent Mobile Game

Installing Dependencies

  • First install Node.js. Ionic does not yet support Node 5 so download Node 4.
  • Next run the following to install the Ionic command line tools:
$ npm install -g cordova ionic
  • You will also need the Android SDK. This is easily installed using Android Studio.

Running the App in a Browser

Ionic lets you run your app in the browser while developing and testing. The app will automatically reload when the code changes.

$ ionic serve

Running the App on an Android Emulator

$ ionic platform add android
$ ionic emulate android

Building the App for Release

$ ionic platform add android
$ ionic build --release android

The output APK will be placed in platforms/android/build/outputs/apk/android-release-unsigned.apk.
This APK can be submitted to the Google Play Store by creating a Google Play developer account.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published