pnpm run init
.env
file with your own values.adb
or launch an emulator.pnpm tauri android dev
.git clone https://github.com/pleahmacaka/supavelte-csr && cd supavelte-csr && rm -rf .git && pnpm run init && pnpm tauri android dev
pnpm install
pnpm dev
pnpm tauri dev
./gradlew --refresh-dependencies
.chrome://inspect
and click on inspect
under the Tauri app (tauri.localhost).adb logcat | grep -i <package-name>
or use built-in IDE logcat (e.g. IntelliJ, Android Studio).pnpm tauri android dev
pnpm tauri android build
If you have modified tauri.conf.json
, you need to regenerate the Android project. Use the following command to do so:
pnpm tauri android init
For detailed instructions on APK signing, refer to the official documentation.