Difference between revisions of "MAP524/DPS924 Lab 1"

From CDOT Wiki
Jump to: navigation, search
Line 8: Line 8:
 
# 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:Android-studio-setuo-complete.png]]
  
 
<ol>
 
<ol>

Revision as of 13:50, 30 June 2015

Lab 1: Build an Android App with Gradle

Part A: Setting up Android Studio on Linux

  1. Download the latest version of Android Studio.
  2. Unzip the file. You should get a directory named "android-studio".
  3. In a terminal step into the android-studio/bin directory and run the "studio.sh" script.
  4. Follow the instructions and install Android Studio. You should end up with something like this:

Android-studio-setuo-complete.png

  1. 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.
  2. You can now close Android Studio.