Link Search Menu Expand Document

Build the Android App

  1. Get the code from https://github.com/WildAid/o-fish-android
    git clone https://github.com/WildAid/o-fish-android.git
    

    OR
    Download and extract the code

  2. Import the code into Android Studio

  3. Wait for the Gradle sync to finish

  4. Add the Realm App ID from your template to local.properties:
    realm_app_id=your_app_id
  5. Build and run as normal with Android Studio, either directly to your physical or virtual device.

That’s it!



Troubleshooting - Up to main build page