The Arcus Android app connects to the Arcus Platform. In order to use the Android app, you will need to have access to a running instance of Arcus Platform.
- Download Android Studio
- Open the project in Android Studio
- Note: Open an existing AndroidStudio project should work fine
- Build and run the project
To avoid having to enter the URL on the login page you can:
- Add an
environment.gradle
file to the project root with the base URLs you want to use. Example:- Supported Variables:
- Platform URL:
ext.arcusBasePlatformUrl="http(s)://your.server.domain:port"
- Platform URL:
- Supported Variables: