./gradlew assembleDebug

Category: React Native & Mobile

./gradlew assembleDebug

Build the debug APK

gradlew is the Gradle wrapper — a project-local script that uses the exact Gradle version the project pins. assembleDebug compiles the debug variant and outputs app-debug.apk under android/app/build/outputs/apk/debug/.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.