-
Notifications
You must be signed in to change notification settings - Fork 15
Run application
MyDevoxxGluon application needs valid credentials for Gluon Cloudlink to fetch and display data.
If you have valid credentials, please create a gluoncloudlink_config.json
in src/main/resources
directory of DevoxxClientMobile
module.
If you not have valid credentials, do not create the json file and cloudlink client will fallback to locally persisted json files to load dummy data. This dummy data can be used to play with the application.
Note: There are limits to what you can do with the dummy data.
Once, you have things in place, you can simply run the following command to fire up the application on desktop:
./gradlew :DevoxxClient:run
Before you can start with running the application on your favorite device, please make sure you have all the pre-requisites installed on your development environment. For a complete list of pre-requisites, refer to the Android and iOS section of our 'Getting Started with Gluon Mobile' guide.
To install the application on a connected android device:
./gradlew :DevoxxClient:androidInstall
To install the application on a connected iOS device:
./gradlew :DevoxxClient:launchIosDevice