- A Bitbucket account added to the frontier repository
- The Git CLI installed
The above repository can be cloned by running the following terminal command within the project's directory via SSH: SSH
git clone [email protected]:livestyled-dev/android.livestyled.git
or HTTPS:
git clone https://{yourusername}@bitbucket.org/livestyled-dev/android.livestyled.git
- Android SDK 29 installed in Android Studio
Fetch all branches using:
git fetch
Check out a branch using:
git checkout {branchname}
Reset changes using (you should do this when finished, and when switching branches):
git checkout .
- Press the "Run app button", it will run the code in your device (if plugged and with debug mode on) or open the wizard to create an emulated device (only if you still don't have configured one before)
- Open the buildVariant dialog box and select the desired environment (Debug, Alpha, Beta, Staging)
- Go to data/[environment]/res/values/string.xml
- Change the endpoint url
- Run the app