gplay-gradle-build

Build, sign, and package Android apps with Gradle for Google Play.

127|8|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/hanamizuki/solopreneur --skill gplay-gradle-build-hanamizuki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gplay-gradle-build
Source: https://github.com/hanamizuki/solopreneur/tree/main/plugins/android-dev/skills/gplay-gradle-build
Command: npx skills add https://github.com/hanamizuki/solopreneur --skill gplay-gradle-build-hanamizuki

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Build, sign, and package Android apps using Gradle, enabling quick uploads to Google Play without manual setup.

Core Features & Use Cases

  • Gradle-based builds: Generate AAB or APK artifacts suitable for the Google Play Console.
  • Signing configuration: Manage keystore-based signing with environment variables to avoid hard-coded credentials.
  • CI/CD readiness: Integrate into automated pipelines with version management and output handling for releases.

Quick Start

Run a release build to generate a signed app bundle or APK ready for Google Play.

Frequently Asked Questions about gplay-gradle-build

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

FAQPage Schema
How do I build and sign an Android AAB for Google Play using Gradle?

To build and sign an Android AAB for Google Play using Gradle, run a release build that generates the app bundle and applies keystore signing configuration via environment variables.

What is the best way to manage keystore credentials for Android app signing in CI/CD?

Managing keystore credentials for Android app signing in CI/CD is best handled by referencing keystore paths and passwords through environment variables, avoiding hard-coded credentials in your Gradle configuration.

Can I generate both APK and AAB artifacts for Google Play distribution with Gradle?

Yes, you can generate both APK and AAB artifacts suitable for the Google Play Console by running Gradle-based build workflows that package the app for release distribution.

How does environment variable signing configuration work for Android release builds?

Environment variable signing configuration works by injecting keystore credentials into the Gradle build environment, allowing release builds to automatically sign AAB or APK outputs without manual setup.

Why does my Gradle release build fail to upload to the Google Play Console?

A Gradle release build may fail to upload to the Google Play Console if the output artifact is not properly signed or packaged, which this Skill resolves by automating signing configuration and artifact output management.