Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 582 KB

README.md

File metadata and controls

22 lines (19 loc) · 582 KB

Project Overview

PopulStay is a peer-to-peer home-sharing network. This project is the Android version of PopulStay.

Install and run the App

1. Build the java environment

First make sure that you've install the jdk in your computer. To be certian, you can use command line java -version to check the version of your jdk.

You can download the jdk at https://www.java.com/

2. Install Android Studio

You can download Android Studio at https://developer.android.com/studio/ or http://www.androiddevtools.cn

Install AS1

3. Open the project

Download this project locally to your computer, and open it in Android Studio.

4. Run the project

Run the project using shortcut control + R

5. Create Create New Virtual Device

Create Create New Virtual Device in Android Studio and run the project again. Create Virtual Device Congratulations, you made it.