Skip to content

Commit

Permalink
Merge pull request #14 from robfitzgerald/patch-1
Browse files Browse the repository at this point in the history
[doc] update android studio installation instructions
  • Loading branch information
shankari authored Dec 7, 2020
2 parents b872c2b + 77fcc2b commit 5386e16
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,21 @@ so there doesn't appear to be much advantage to putting the app in the stores.

1. Install the development enviroment
- iOS: xcode + [ios-sim](https://github.com/ios-control/ios-sim#node-js)
- android: android studio
- android: [android studio](https://developer.android.com/studio)
- install Android Emulator from **Appearance & Behavior > System Settings > Android SDK > SDK Tools**
- follow instructions for creating an [Android Virtual Device](https://developer.android.com/studio/run/emulator#avd) for testing

2. Launch the simulator, either:
- from the development environment UI (use xcode or android studio help), or
- from the command line
- iOS: `$ ios-sim start`
- android: `$ $ANDROID_HOME/platform-tools/emulator/emulator -list-avds | head -n 1 | xargs $ANDROID_HOME/platform-tools/emulator/emulator -avd`
- android: `$ $ANDROID_HOME/emulator/emulator -list-avds | head -n 1 | xargs $ANDROID_HOME/emulator/emulator -avd`

3. Drag and drop the binary into the emulator
3. Drag and drop the binary into the emulator (see [releases](https://github.com/e-mission/e-mission-devapp/releases))
- iOS: em-devapp.app
- android: em-devapp.apk

4. Launch the installed app and wait for it to go through the "Loading" and "Hi!" screens until it comes to the "Server address" screen
4. When it appears, launch the installed em-devapp and wait for it to go through the "Loading" and "Hi!" screens until it comes to the "Server address" screen

4. Start the server in a clone derived from the [e-mission-phone](https://github.com/e-mission/e-mission-phone) repository

Expand Down

0 comments on commit 5386e16

Please sign in to comment.