Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #75

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,14 @@ This project will help you quickly start developing a new android app
1. Download and install latest JDK8 http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html.
1. Open Android Studio - Open Existing Android Project - find folder with project and click `OK`
1. Wait a while. Follow Android Studio instructions to install missing items.
1. Press `cmd + shift + a` and type `AVD Manager` and press Enter.
1. Press `Create Virtual Device...` button.
1. Select `Nexus 5X`
1. Select latest API level (in case if latest is not available then click `Download` and wait, it's going to take a while).
1. Click `Next`
1. Click `Finish`
2. Install the plugin 'JS GraphQl'.
3. Run in the sh terminal 'secrets/download-graphql-schema.sh' to download shema.
4. Press `cmd + shift + a` and type `AVD Manager` and press Enter.
5. Press `Create Virtual Device...` button.
6. Select `Nexus 5X`
7. Select latest API level (in case if latest is not available then click `Download` and wait, it's going to take a while).
8. Click `Next`
9. Click `Finish`

### Updating secret keys
1. Decrypt file:
Expand Down