Documentation for uploading android app to App Live using BrowserStack’s Gradle Plugin.
You can easily integrate with App Live to build and upload app using BrowserStack Gradle Plugin. Uploaded apps are automatically shared with all team members, allowing you to test collaboratively.
In order to configure the plugin, add below snippet in your app’s build.gradle file.
plugins {
id: com.browserstack.gradle
}
uploadBuildToBrowserstackAppLive {
username = "YOUR_USERNAME"
accessKey = "YOUR_ACCESS_KEY"
}
Execute below task to build and upload your app .
gradle uploadBuildToBrowserstackAppLive
This will execute the following:
You have now uploaded the app to BrowserStack App Live using Gradle plugin.
Contact our Support team for immediate help while we work on improving our docs.
Contact our Support team for immediate help while we work on improving our docs.