We are using capacitor. This is a tool which packages some files into an Android shell.
nvm use
to make sure your using the correct android version- Build all the necessary files.
a. If no layer/theme changes were made,
npm run build
is sufficient b. Otherwise, runnpm run prepare-deploy
. - All the web assets will now be in
dist/
- Run
scripts/prepareAndroid.sh
- Switch to Android Studio, open the subproject "Android" in it