Make sure you have the latest version of the Xcode command line tools installed:
xcode-select --installFor fastlane installation instructions, see Installing fastlane
[bundle exec] fastlane android get_version_info[bundle exec] fastlane android setup_keystoreSetup keystore properties from CI environment
[bundle exec] fastlane android setup_github_token[bundle exec] fastlane android get_repo_config[bundle exec] fastlane android build_debugBuild debug APK without creating a release or tag
[bundle exec] fastlane android build_debug_with_releaseBuild debug APK with versioning
[bundle exec] fastlane android build_releaseBuild release APK with versioning
[bundle exec] fastlane android assemble_releaseBuild release AAB with versioning
[bundle exec] fastlane android build_release_and_deployBuild release APK and AAB with versioning in parallel
This README.md is auto-generated and will be re-generated every time fastlane is run.
More information about fastlane can be found on fastlane.tools.
The documentation of fastlane can be found on docs.fastlane.tools.