playstore-android-native

Prepare native Android projects for Google Play Store release with signing and AAB verification.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/Tacuchi/playstore-android-native --skill playstore-android-native
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: playstore-android-native
Source: https://github.com/Tacuchi/playstore-android-native/tree/main
Command: npx skills add https://github.com/Tacuchi/playstore-android-native --skill playstore-android-native

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the complex process of preparing a native Android application for release on the Google Play Store, ensuring it's correctly signed, configured, and built.

Core Features & Use Cases

  • Keystore Generation & Management: Guides through creating and securely managing your app's signing keystore.
  • Gradle Configuration: Helps configure signing configurations and ProGuard/R8 rules within your Gradle build files.
  • AAB Building & Verification: Assists in building the Android App Bundle (AAB) and verifying its integrity before upload.
  • Use Case: When you are ready to publish your Android app, use this Skill to generate the necessary signing keys, configure your build for release, and create the final AAB file.

Quick Start

Use the playstore-android-native skill to generate an upload keystore and configure signing for your Android app.

Frequently Asked Questions about playstore-android-native

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

FAQPage Schema
How do I configure Gradle signing for an Android App Bundle release?

Configure Gradle signing by creating a PKCS12 keystore and loading its credentials via a keystore.properties file into your Gradle DSL build scripts.

How do I generate a keystore for signing a native Android app?

Generate a keystore by creating a PKCS12 format keystore file, which securely stores the cryptographic keys required for your Play Store release.

How do I set up ProGuard or R8 rules for Android release builds?

Configure ProGuard or R8 rules by defining dependency-specific rules within your Gradle build files to ensure code shrinking and obfuscation work correctly across product flavors.

Does this Play Store preparation process support product flavor-aware builds?

Yes, the Play Store preparation process supports product flavor-aware builds, allowing you to configure distinct signing and Gradle settings for different variants of your Android application.

How do I verify an AAB build before uploading to the Google Play Store?

Verify an AAB build by generating the Android App Bundle through Gradle and checking its integrity to ensure it is correctly signed and configured before upload.