- Get the code from https://github.com/WildAid/o-fish-android
git clone https://github.com/WildAid/o-fish-android.git
- Import the code into Android Studio
- Wait for the Gradle sync to finish
- Add the Realm App ID from your template to
local.properties
:
realm_app_id=your_app_id
- Build and run as normal with Android Studio, either directly to your physical or virtual device.
That’s it!