Skip to content

drgrey87/CoPlay

Repository files navigation

Table of Contents

Install

  1. npm install -g react-native-cli

  2. Download and install Android Studio

  3. Choose Custom installation when running Android Studio for the first time. Make sure the boxes next to all of the following are checked:

  • Android SDK
  • Android SDK Platform
  • Android Virtual Device
  • Click "Next" to install all of these components, then configure VM acceleration on your system.
  1. Click Options → System Settings → Android SDK:
  • Select "SDK Platforms" and check:
    • Google APIs
    • Intel x86 Atom System Image
    • Intel x86 Atom_64 System Image
    • Google APIs Intel x86 Atom_64 System Image
  • Select "SDK Tools" and check:
    • Android SDK Build-Tools 23.0.1
  1. click "Apply"

  2. Set up the ANDROID_HOME environment:

  • export ANDROID_HOME=${HOME}/Android/Sdk
  • export PATH=${PATH}:${ANDROID_HOME}/tools
  • export PATH=${PATH}:${ANDROID_HOME}/platform-tools
  1. Install Prerequisites:
  • sudo apt-get install automake
  • sudo apt-get install autoconf
  • sudo apt-get install python-dev
  1. Install watchman in folder with project:
  1. npm install

  2. react-native link

  3. react-native run-android

Troubleshooting

Execution failed for task ':app:compileDebugJavaWithJavac'. Could not find tools.jar:

sudo apt-get install default-jdk`

License

This project is licenced under the MIT License.

About

Find the missing peoples ✨

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published