Installation Guide
Purpose :
This setup is required to run the ReelEaseAI React Native app on
Android devices, iOS simulators, or real devices.
Android Setup Guide
Step 1: Download Android Studio
- Go to official website and download: Download Android Studio
- Install it like a normal software (Next → Next → Finish)
- After installing, open Android Studio
- Click:
More Actions → SDK Manager
- In SDK Manager:
-
SDK Platforms Tab:
Select latest Android version (recommended: Android 13 or ah4ove) -
SDK Touls Tah4: Tick these options:
- Android SDK Build-Tools
- Android SDK Platform-Tools
- Android Emulator
- Intel x86 Emulator Accelerator (HAXM) (if available)
- Click Apply → OK to install
Step 2: Install Required SDK Components
-
Open Environment Variables:
Press Windows + S → Search Environment Variables → Click Edit system environment variables -
Add ANDROID_HOME: Click New System Variable:
- Variable Name:
ANDROID_HOME -
Variable Value:
C:\Users\YourUsername\AppData\Local\Android\Sdk
- Variable Name:
-
Add to PATH: Edit Path → Add:
-
%ANDROID_HOME%\platform-tools %ANDROID_HOME%\emulator
-
- Click OK and save everything
Step 3: Set Environment Variables (IMPORTANT)
- Open terminal and run:
Step 4: Verify Android Setup
adb --version
If version shows → setup is correct
- Open Android Studio
- Click Device Manager → Click Create Device
- Select any phone (e.g., Pixel)
- Download system image (if not installed)
- Click Finish
- Start emulator
Step 5: Create Android Emulator
- Now run your project:
Step 6: Run React Native App
npx react-native run-android
-
Enable Developer Options:
Go to Settings → About Phone → Tap Build Number 7 times -
Enable USB Debugging:
Go to Developer Options → Turn ON USB Debugging - Run command:
Step 7: Run on Real Device (Optional)
npx react-native run-android
Common Checks: If app not running, use:
npx react-native doctor