tauri-android-tax/mise.toml
2026-07-09 20:03:35 +08:00

16 lines
501 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tauri Android 工具链(通过 mise 管理)
[tools]
java = "temurin-17"
rust = "1.89"
# Android SDK 手动安装到 D:\android-sdkWindows 上 vfox 插件校验失败,
# 且 C 盘空间紧张),此处通过环境变量接入 mise。
[env]
ANDROID_HOME = "D:\\android-sdk"
ANDROID_SDK_ROOT = "D:\\android-sdk"
NDK_HOME = "D:\\android-sdk\\ndk\\27.2.12479018"
_.path = [
"D:\\android-sdk\\platform-tools",
"D:\\android-sdk\\emulator",
"D:\\android-sdk\\cmdline-tools\\latest\\bin",
]