npm install
npm run build-protoImportant
the android app is built from the web app. so, you need to build it before the android app
npx cap add android
npx cap sync
npx capacitor-assets generate
npx cap syncConfigure your Android SDK with the ANDROID_SDK_ROOT environment variable.
Example on Windows (replace <your-user> with your Windows username):
setx ANDROID_SDK_ROOT "C:\Users\<your-user>\AppData\Local\Android\Sdk"Then run:
npx cap run
npx cap build android
