cleveng

Results 25 comments of cleveng

> Thanks, we will update the readme. > > Because the plugin is mobile-only you have to register it like so: > > ```rust > #[cfg_attr(mobile, tauri::mobile_entry_point)] > pub fn...

> could you run the following command in `src-tauri` and see if it errors? > > ```rust > cargo build --lib --target aarch64-linux-android > ``` > > if that works...

``` $ clang --version clang version 17.0.3 Target: i686-pc-windows-msvc Thread model: posix InstalledDir: C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\Llvm\bin ```

create new tauri project on window11 then build failed ``` Administrator@LOCAL MINGW64 ~/Downloads $ bun create tauri-app ✔ Project name · x ✔ Identifier · com.x.app ✔ Choose which language...

btw, ``` PS C:\Users\Administrator\Downloads\x> cargo tauri info [✔] Environment - OS: Windows 10.0.22631 x86_64 (X64) ✔ WebView2: 130.0.2849.56 ✔ MSVC: - Visual Studio Community 2022 - Visual Studio 生成工具 2022...

> Another windows 11 user / developer here. I was successfully able to build android app. > > tauri info > > ``` > PowerShell 7.5.0-preview.5 > PS E:\GitHub\ahqstore-android> pnpm...

> could you run the following command in `src-tauri` and see if it errors? > > ```rust > cargo build --lib --target aarch64-linux-android > ``` > > if that works...

> Doesn't that mean that the issue is resolved? > > Edit: My bad, that means we'll now have to look why bun isn't working. Amazing No.

> Doesn't that mean that the issue is resolved? > > Edit: My bad, that means we'll now have to look why bun isn't working. Amazing in the current system...

again ```bash $ cargo tauri info [✔] Environment - OS: Windows 10.0.22631 x86_64 (X64) ✔ WebView2: 132.0.2957.140 ✔ MSVC: - Visual Studio Community 2022 - Visual Studio 生成工具 2022 ✔...