Difference between revisions of "MAP524/DPS924 Lab 1"
(Created page with '= Lab 1: Build an Android App with Gradle = # Download the latest version of [http://developer.android.com/sdk/index.html Android Studio]. # Unzip the file. You should get a dir…') |
|||
Line 1: | Line 1: | ||
= Lab 1: Build an Android App with Gradle = | = Lab 1: Build an Android App with Gradle = | ||
+ | |||
+ | == Part A: Setting up Android Studio on Linux == | ||
# Download the latest version of [http://developer.android.com/sdk/index.html Android Studio]. | # Download the latest version of [http://developer.android.com/sdk/index.html Android Studio]. | ||
# Unzip the file. You should get a directory named "android-studio". | # Unzip the file. You should get a directory named "android-studio". | ||
− | # | + | # In a terminal step into the android-studio/bin directory and run the "studio.sh" script. |
# Follow the instructions and install Android Studio. You should end up with something like this: | # Follow the instructions and install Android Studio. You should end up with something like this: | ||
− | [[Image:filename | + | [[Image:filename]] |
+ | |||
+ | <ol> | ||
+ | <li value="5"> At this point you should be able to install any updates, if there are any, by clicking "Check for updates" at the bottom of the window.</li> | ||
+ | <li> You can now close Android Studio.</li> | ||
+ | </ol> |
Revision as of 12:48, 30 June 2015
Lab 1: Build an Android App with Gradle
Part A: Setting up Android Studio on Linux
- Download the latest version of Android Studio.
- Unzip the file. You should get a directory named "android-studio".
- In a terminal step into the android-studio/bin directory and run the "studio.sh" script.
- Follow the instructions and install Android Studio. You should end up with something like this:
- At this point you should be able to install any updates, if there are any, by clicking "Check for updates" at the bottom of the window.
- You can now close Android Studio.