Skip to content

Instantly share code, notes, and snippets.

@farseenmanekhan1232
Last active September 14, 2025 15:20
Show Gist options
  • Select an option

  • Save farseenmanekhan1232/d2091be40e711b008e7cf26591ed69c6 to your computer and use it in GitHub Desktop.

Select an option

Save farseenmanekhan1232/d2091be40e711b008e7cf26591ed69c6 to your computer and use it in GitHub Desktop.
Local EAS Android Production Build on macOS ( might be similar in windows too , please test it out )

2025 : Android Build Setup and Commands

Prerequisites

Install Java 17 (required for Android builds)

sdk install java 17.0.11-oracle
sdk use java 17.0.11-oracle

Update EAS CLI

npm install -g eas-cli@latest

Login to EAS (required for builds)

eas login

Install project dependencies

npm install

Build Commands

Build AAB locally

eas build --platform android --profile production --local

For debugging (keeps build directory)

EAS_LOCAL_BUILD_SKIP_CLEANUP=1 eas build --platform android --profile production --local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment