Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 501 Bytes

Android_development.md

File metadata and controls

13 lines (10 loc) · 501 Bytes

Creating an APK from the code

We are using capacitor. This is a tool which packages some files into an Android shell.

Developing

  1. nvm use to make sure your using the correct android version
  2. Build all the necessary files. a. If no layer/theme changes were made, npm run build is sufficient b. Otherwise, run npm run prepare-deploy.
  3. All the web assets will now be in dist/
  4. Run scripts/prepareAndroid.sh
  5. Switch to Android Studio, open the subproject "Android" in it