File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44### Step 1: First Time Setup (Run Once)
55
6- ** Run:** ` AndroidSetup_New .py`
6+ ** Run:** ` AndroidSetup .py`
77
88** What it does:**
99- Installs JDK 21 LTS (~ 190 MB)
1717
1818** Windows:**
1919``` Terminal / powershell
20- python AndroidSetup_New .py
20+ python AndroidSetup .py
2121```
2222
2323** Linux:**
2424``` bash / terminal
25- sudo python3 AndroidSetup_New .py
25+ sudo python3 AndroidSetup .py
2626```
2727
2828---
2929
30- ### Step 2: Daily Usage (Run Anytime)
30+ ### Step 2: Daily Usage (Run Anytime after running the step 1 file )
3131
32- ** Run:** ` cross_avd_launcher .py`
32+ ** Run:** ` Avd_Launcher .py`
3333
3434** What it does:**
3535- Shows all installed Android emulators
@@ -39,13 +39,13 @@ sudo python3 AndroidSetup_New.py
3939
4040** Windows:**
4141``` powershell
42- python cross_avd_launcher .py
42+ python Avd_Launcher .py
4343# Or double-click "Android AVD Launcher" desktop shortcut
4444```
4545
4646** Linux:**
4747``` bash
48- python3 cross_avd_launcher .py
48+ python3 Avd_Launcher .py
4949# Or double-click "Android_AVD_Launcher.desktop" shortcut
5050```
5151
You can’t perform that action at this time.
0 commit comments