Skip to content

Commit 6529892

Browse files
authored
Create Lesson-1
1 parent 3717718 commit 6529892

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lesson-1

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2+
## Lesson 1: Installing Android Studio
3+
4+
Download Android Studio from [here](https://www.developer.android.com/studio)
5+
6+
7+
#### Windows:
8+
Launch the downloaded .exe file. The setup wizard will walk you through the installation process. Ensure that you install the SDK packages along with AVD as and when prompted.
9+
10+
#### MAC:
11+
12+
Launch the Android Studio DMG file. Launch android studio from the application folder. Choose from the options of setting and follow the setup wizard.
13+
14+
#### Linux:
15+
16+
Unpack the .zip file you downloaded to an appropriate location (/usr/local/ for your user profile)
17+
Open the terminal, navigate to android-studio/bin directory and execute studio.sh. Run the setup wizards that follows.
18+

0 commit comments

Comments
 (0)