Comment on page
Debug/Run Saral App from Android Studio
Run or Debug Saral App
Open Terminal and clone source codegit clone https://github.com/Sunbird-Saral/Project-Saral.git
Change Directory toProject-Saral/
folder and switch to release tag as per release notes.git checkout tags/<tag_name>
$FRONTEND_FOLDER = Project-Saral/v1.0/frontend
$BACKEND_FOLDER = Project-Saral/v1.0/backend
Make sure Workspace Setup - Playbook is done. Follow below steps for debugging/running application from Android Studio
- 1.
- 2.
- 3.Run
adb reverse tcp:8081 tcp:8081
from another terminal - 4.Now click on the
Run
orDebug
button from Android studio. - 5.When you are debugging, have debug breakpoints in android code as needed for troubleshooting.
Last modified 1yr ago