name: inverse layout: true class: center, middle, inverse --- # Development Environment Setup Jennifer Mankoff CSE 340 Spring 2019 --- layout: false # Overview - ## Android Studio Installation - ## Android SDK Installation - ## Exercise: Hello World --- layout: false ## Development Environment Setup -- - Download + Install - __Android Studio__: https://developer.android.com/studio/index.html -- - __Genymotion Android Emulator__ *(Optional)* : https://www.genymotion.com/thank-you-freemium/ -- - Android Set-up -- - Open Android Studio --- template: inverse ## Android Studio Walk-through --- ### Starting Android an Android Project ![:img Select `Start a new Android Studio Project`,90%](img/hello-01.png) --- ### Project Configuration ![:img Project Configuration,90%](img/hello-02.png) --- ### Targeting Android Devices ![:img Targeting Android Devices,90%](img/hello-03.png) --- ### Adding an Activity ![:img Adding an Activity,90%](img/hello-04.png) --- ### Customizing the Activity ![:img Customizing the Activity,90%](img/hello-05.png) --- ### Viewing your Activity's Code ![:img Viewing your Activity's Code,90%](img/hello-06.png) --- ### Running your Application ![:img Running your Application,90%](img/hello-07.png) --- ### Selecting a Deployment Target ![:img Selecting a Deployment Target,90%](img/hello-08.png) --- ### Configuring a Virtual Device (Install Marshmallow) ![:img Install Marshmallow,90%](img/hello-09.png) --- ### Let the Installer Run (Grab some Coffee) ![:img Let the Installer Run - Grab some Coffee,90%](img/hello-10.png) --- ### Configuring a Virtual Device - Select a Phone ![:img Configuring a Virtual Device - Select a Phone,90%](img/hello-11.png) --- ### Configuring a Virtual Device - Naming your Device ![:img Configuring a Virtual Device - Naming your Device,90%](img/hello-12.png) --- ### Selecting a Deployment Target ![:img Selecting a Deployment Target,90%](img/hello-13.png) --- ### Start your Application! ![:img Start your Application,40%](img/hello-14.png)
layout: true