Go to file
catto b09d1eacbf WIP: Export all feature 2024-11-21 20:26:46 +01:00
.github/workflows github actions 2024-05-11 13:27:43 +02:00
.vscode first 2024-04-07 21:31:08 +02:00
libsnotes WIP: Export all feature 2024-11-21 20:26:46 +01:00
src WIP: Export all feature 2024-11-21 20:26:46 +01:00
src-tauri WIP: Export all feature 2024-11-21 20:26:46 +01:00
.gitignore first 2024-04-07 21:31:08 +02:00
README.md new shortcuts, search this note feature 2024-11-17 16:16:36 +01:00
app-icon.png add a new icon?! 2024-04-16 22:55:47 +02:00
index.html new shortcuts, search this note feature 2024-11-17 16:16:36 +01:00
package-lock.json 0.12: upgrade to Tauri v2 2024-11-15 23:56:47 +01:00
package.json 0.12: upgrade to Tauri v2 2024-11-15 23:56:47 +01:00
tsconfig.json first 2024-04-07 21:31:08 +02:00
vite.config.ts first 2024-04-07 21:31:08 +02:00

README.md

Tauri + Vanilla TS

This template should help get you started developing with Tauri in vanilla HTML, CSS and Typescript.

Android Build

https://v2.tauri.app/start/prerequisites/#android

Use the SDK Manager in Android Studio to install the following:

Android SDK Platform
Android SDK Platform-Tools
NDK (Side by side)
Android SDK Build-Tools
Android SDK Command-line Tools

export JAVA_HOME=/opt/android-studio/jbr

export ANDROID_HOME="$HOME/Android/Sdk"
export NDK_HOME="$ANDROID_HOME/ndk/$(ls -1 $ANDROID_HOME/ndk)"

rustup target add aarch64-linux-android armv7-linux-androideabi i686-linux-android x86_64-linux-android