The Android application in this repository and its corresponding tutorials will help you quickly and easily onboard to Visual Studio App Center.
The App Center SDK modules are already integrated within the application. Simply follow the tutorials to learn how to use each service.
Build Service | Status |
---|---|
App Center | |
Azure Pipelines |
First navigate to the Getting Started tutorial linked below. After following that tutorial, you can choose which App Center service to explore.
Tutorial | Description |
---|---|
Getting Started | Set up the app |
Build | Build the app |
Test | Run automated UI tests on real devices |
Distribute | Distribute application to a group of users |
Crashes | Monitor application crashes |
Analytics | View user analytics |
Using Gradle you can pass environment variables into your Build Configuration and use them as variables within your application.
For more information on how to do so, visit our docs here: Build time environment variables using Gradle
And if you want to try it out, you can fork this repository and add your App Secret by adding the APPCENTER_APP_SECRET environment variable in hte App Center Build configuration.