### Install and Build SSAI Sample App with Gradle Source: https://github.com/brightcoveos/android-player-samples/blob/master/brightcove-exoplayer/BasicSsaiSampleApp/README.md Command to clean, build, and install the BasicSsaiSampleApp to a connected Android device. Assumes the Gradle wrapper is available and the command is executed from the top-level sample app directory. ```bash gradlew :BasicSsaiSampleApp:clean :BasicSsaiSampleApp:build :BasicSsaiSampleApp:installDebug ``` -------------------------------- ### Play Button XML Example Source: https://github.com/brightcoveos/android-player-samples/blob/master/brightcove-player-controls/CustomizedControlsSampleApp/README.md This XML snippet shows how to define a play button within a BrightcoveControlBar. It uses a predefined ID '@id/play', applies the 'BorderlessButton' style, and sets initial visibility to 'gone'. The button's text is defined using a string resource. ```xml