Welcome to MobileProto! This is a simple HelloWorld app to make sure that your system is configured correctly.
First, fork this repo on Github and clone it to your computer.
To do this, first login to Github go to the MobileProto Github page.
Next, you are going to fork this repo, meaning that you are going to create your own copy to work off of. To do this, navigate to the Lab0 repository (repo for short) and click the fork button in the upper right hand corner.
Once you fork the repo, the next step is to clone it. To do this, go to the clone URL in the middle of the righthand toolbar.
Then open up your terminal. Navigate to where you want to store this app on your computer. In your terminal, clone the repo by typing, replacing YOUR_USERNAME with your github username (:
git clone https://github.com/YOUR_USERNAME/Lab0.git
Next, open up Android Studio.
- Click Open Project
- Click through the steps. Since this is acomplete project with no outside dependencies, you should not need to modify any of the imports.
- One the app opens, it will look like this. Notice the Lab0 header on the top of Android Studio.
- Lastly, press Run and watch your Android emulator open to the HelloWorld app