tauri-mobile-test
An example app using the new Tauri Mobile alpha
File Explorer
Download Latest Version (.zip)- build.png
- header-mobile.png
- new_app.png
- setup.png
- studio1.png
- studio2.png
- tauri.svg
- vite.svg
- react.svg
- Features.jsx
- Main.jsx
- More.jsx
- Settings.jsx
- App.css
- App.jsx
- main.jsx
- styles.css
- MainActivity.kt
- libmobile_test_medium_lib.so
- libmobile_test_medium_lib.so
- libmobile_test_medium_lib.so
- libmobile_test_medium_lib.so
- ic_launcher_background.xml
- ic_launcher_foreground.xml
- activity_main.xml
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- colors.xml
- strings.xml
- themes.xml
- themes.xml
- file_paths.xml
- AndroidManifest.xml
- .gitignore
- build.gradle.kts
- proguard-rules.pro
- proguard-tauri.pro
- tauri.build.gradle.kts
- build.gradle.kts
- gradle-wrapper.jar
- gradle-wrapper.properties
- .editorconfig
- .gitignore
- build.gradle.kts
- gradle.properties
- gradlew
- gradlew.bat
- settings.gradle
- tauri.settings.gradle
- 128x128.png
- 128x128@2x.png
- 32x32.png
- icon.icns
- icon.ico
- icon.png
- Square107x107Logo.png
- Square142x142Logo.png
- Square150x150Logo.png
- Square284x284Logo.png
- Square30x30Logo.png
- Square310x310Logo.png
- Square44x44Logo.png
- Square71x71Logo.png
- Square89x89Logo.png
- StoreLogo.png
- lib.rs
- main.rs
- build.rs
- Cargo.lock
- Cargo.toml
- tauri.conf.json
- index.html
- LICENSE
- package-lock.json
- package.json
- README.md
- vite.config.js
# Installation Guide
git clone https://github.com/dedSyn4ps3/tauri-mobile-test
Downloads the entire project code from GitHub to your computer.
cd tauri-mobile-test
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Rust (rustup) Rust is required to use cargo.
curl --proto '=https' --tlsv1.2 https://sh.rustup.s -sSf | sh
Downloads and runs the official install script in one line β this handles the full setup automatically.
cargo install create-tauri-app
Builds and installs the package published on crates.io β no need to clone the repo yourself.
Pulled directly from this repo's README.
3. Gradle (Java/Kotlin)
Medium- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
cd src-tauri/gen/android/mobile_test_medium/app
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
4. Node.js
Easynpm i mdb-react-ui-kit @fortawesome/fontawesome-free
Type this command into your terminal and run it.
npm i @mui/material @emotion/react @emotion/styled
Type this command into your terminal and run it.
npm i @mui/icons-material
Type this command into your terminal and run it.
Pulled directly from this repo's README.
5. Rust
Medium- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo install create-tauri-app
Builds and installs the package published on crates.io β no need to clone the repo yourself.
cargo create-tauri-app --alpha --mobile
Type this command into your terminal and run it.
Pulled directly from this repo's README.
