This folder packages the existing Vite/React app as an Android app using Capacitor.
- Node.js (same as dev)
- Android Studio + Android SDK (for building APK/AAB)
npm install
# already initialized in this folder:
# - capacitor.config.json exists
# - android/ platform is added
# Build web + sync into Android project
npm run android:sync
# Open in Android Studio
npm run android:openBuild via Android Studio:
Build > Generate Signed Bundle / APK
- Web output is in
dist/and will be copied toandroid/bynpx cap sync. - If you need live reload on-device, use Capacitor
server.urltemporarily (do not ship with it).