Build Instructions
BackEnd Server
- Go to the following link Meal Or No Meal
- Click on the green Code button
- Ensure that Clone with SSH is selected
Android APP
- Go to the following link Meal Or No Meal - android
- Click on the green Code button
- Ensure that Clone with SSH is selected
- If HTTPS is selected, click on SSH in the upper right-hand corner of dialog box.
- Click on the clipboard icon next to the SSH key value to copy the key
- Refer to your IDE and choose to create your project from version control
- Specify that the Version Control is Git
- Paste the key into URL field and click open
- If you are testing app on an emulator on your computer skip to step 14
- If you are testing on a physical Android device, you will need to find your computer’s local IP address
- Copy the IP address
- Navigate to the local.properties file in the project
- Paste the following value on the last clear line of the file
base_url = {YOUR.IP.VALUE}
- Replace
{YOUR.IP.VALUE}
(including the brackets {}
) with the IP address from your computer
- Once fully loaded, click on Play
- This will build the app and open it in your emulator or attached device