android-fastlane-setup

Automate Android Play Store deployments with Fastlane supply and screengrab.

3|1|Updated Dec 4, 2025
One-click install
npx skills add https://github.com/hitoshura25/claude-devtools --skill android-fastlane-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: android-fastlane-setup
Source: https://github.com/hitoshura25/claude-devtools/tree/main/skills/android-fastlane-setup
Command: npx skills add https://github.com/hitoshura25/claude-devtools --skill android-fastlane-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the Android Play Store deployment workflow by configuring Fastlane with supply and screengrab to publish apps, generate screenshots, and manage store metadata, reducing manual release overhead.

Core Features & Use Cases

  • Fastlane automation: Integrates supply for Play Store publishing and screengrab for automated screenshots during releases.
  • Release orchestration: Provides lanes to publish to internal, beta, and production tracks with controlled rollout.
  • Metadata & assets handling: Prepares and uploads app metadata and screenshots to the Play Store as part of the release process.

Quick Start

Follow these steps to bootstrap the Android Fastlane setup:

  • Install Ruby 2.7+ and Bundler.
  • Create a Gemfile including fastlane and screengrab and run bundle install.
  • Create fastlane/Appfile and configure the Play Store service account and package name.
  • Create fastlane/Fastfile with deployment lanes (build, screenshots, and publish flows).
  • Create fastlane/Screengrabfile to configure screenshot automation.
  • Run bundle exec fastlane lanes to verify available lanes.

Frequently Asked Questions about android-fastlane-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Play Store deployment with Fastlane for an Android app?

Automate Play Store deployment with Fastlane by configuring supply to publish apps to internal, beta, and production tracks, and screengrab to generate screenshots. You need Ruby 2.7+ with Bundler, an Android project, a Play Store service account JSON, and configured Appfile, Fastfile, and Screengrabfile.

What do I need to set up Fastlane supply and screengrab for Android releases?

Setting up Fastlane supply and screengrab requires Ruby 2.7+ with Bundler, an Android project, a Play Store service account JSON, and configured Fastlane files including Appfile, Fastfile, and Screengrabfile to manage publishing and screenshot generation.

How does Fastlane handle Play Store metadata and screenshot generation during a release?

Fastlane handles Play Store metadata and screenshot generation by using supply to prepare and upload app metadata, and screengrab to automate screenshot capture. These run as part of configured lanes in the Fastfile during the release process.

Can I use Fastlane to publish an Android app to beta and production tracks?

You can use Fastlane to publish an Android app to internal, beta, and production tracks with controlled rollout. The setup provides specific deployment lanes in the Fastfile to orchestrate releases across these Play Store tracks.

What's the best way to configure automated screenshots for an Android app using Fastlane?

Configure automated screenshots for an Android app using Fastlane by creating a Screengrabfile. Run bundle install with the screengrab gem included, then execute screenshot generation lanes defined in your Fastfile during the release workflow.