APK Builder

Build signed APK or AAB files for React Native / Expo Android projects directly from VS Code — no manual Gradle tweaks needed.
Features
- 📦 Build APK or AAB from your Android folder
- 🔢 Automatically increments versionCode per project
- 🔑 Supports custom keystore, key alias, and passwords
- 🪟 Integrated GUI inside VS Code for selecting paths and entering credentials
- 📝 Displays live Gradle logs in the panel
- 🗂 Remembers multiple projects with saved paths and version codes
Getting Started
Requirements
- Node.js and VS Code
- React Native / Expo Android project
⚠️ Ensure your project has a valid app/build.gradle and gradle.properties.
Installation
From VS Code Marketplace:
Open Command Palette → Extensions → Search APK Builder → Install
From VSIX file (local):
code --install-extension apk-builder-0.0.1.vsix
| |