mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Fixes #2062 Fixes #2064 Fixes #2063 <img width="573" alt="Screenshot 2023-09-27 at 1 53 15 PM" src="https://github.com/firezone/firezone/assets/167144/3e487475-4e63-4aa0-8614-57579bb4aa95">
Firezone Android client
Prerequisites for developing locally
- Install a recent
rubyfor your platform. Ruby is used for the mock auth server. - Install needed gems and start mock auth server:
cd server
bundle install
ruby server.rb
- Add the following to a
./local.propertiesfile:
sdk.dir=/path/to/your/ANDROID_HOME
Replace /path/to/your/ANDROID_HOME with the path to your locally installed
Android SDK. On macOS this is /Users/jamil/Library./Android/sdk
- Perform a test build:
./gradlew build