CS 342: Mobile Application Development

Setting up Android Studio

Our first project this term will be a very simple Android project, to get you familiar with some basic app development tools (IDEs, platform SDKs, emulators, build systems, etc.) and concepts (the various forms of Model-View-Controller, etc.). The first step is to get your development environment set up on your own computer. You may use the CS labs, of course, but it's actually important to learn how to set tools up yourself--that's part of life as an app developer. So ideally, you'll set up your own computer as your main development system for the term.

Get an empty project running

Get some sample apps

Build and run a sample app

Suppose you have my ButtonDemo app. If you go to File→Open and select the ButtonDemo folder, the project should load. You'll probably have to click the Project tab on the upper left of the Android Studio window to see your source files listed. Sometimes, importing samples gets tricky, however, so you may need to experiment with the File→Import Project menu item. Post to slack if you're having trouble.

Resources