### Install Xcode Command Line Tools Source: https://github.com/fossifyorg/keyboard/blob/main/fastlane/README.md Ensure you have the latest version of the Xcode command line tools installed before proceeding with fastlane installation. ```sh xcode-select --install ``` -------------------------------- ### Run Android Tests with Fastlane Source: https://github.com/fossifyorg/keyboard/blob/main/fastlane/README.md Execute unit and instrumentation tests for your Android project using the fastlane android test command. ```sh [bundle exec] fastlane android test ``` -------------------------------- ### Deploy Android AAB to Google Play with Fastlane Source: https://github.com/fossifyorg/keyboard/blob/main/fastlane/README.md Build and deploy your Android App Bundle (AAB) to Google Play, including metadata, using the fastlane android deploy command. ```sh [bundle exec] fastlane android deploy ``` -------------------------------- ### Push Android Play Store Metadata with Fastlane Source: https://github.com/fossifyorg/keyboard/blob/main/fastlane/README.md Push Play Store metadata for your Android application using the fastlane android metadata command. ```sh [bundle exec] fastlane android metadata ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.