Android
Setting up environment
First Step
Follow the cloning procedure stated in Development
Second Step
Windows
Install Adoptium JavaJDK 21
Make sure to enable Add JAVA_HOME to PATH
during installation.
MacOS
Linux
Third Step
Install Android Studio
Fourth Step
Add these paths to your environment variables
Fifth Step
Create a virtual emulator device on Android Studio
or connect your android phone to your computer with USB debugging enabled from Developer settings.
Sixth Step
Generate a keystore by running the command and following the instructions
Rename the empty example.env
to .env
in the project root
and fill the example values according to the instructions
pwd
command to get the current absolute path of the folder for keystoreRunning the app
First Step
Start the Vite development server
Second Step
Start the Capacitor development app
Debugging (via ADB)
You can see the debug logs with ADB
Debugging (via Devtools)
Devtools can be launched in the target device, follow these steps to see how