mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-01-31 00:35:19 +01:00
feat(cli): detect Android env and install SDK and NDK if needed (#14094)
* feat(cli): detect Android env and install SDK and NDK if needed changes the Android setup to be a bit more automated - looking up ANDROID_HOME and NDK_HOME from common system paths and installing the Android SDK and NDK if needed using the command line tools * fix windows * clippy * lint * add prmopts and ci check * also check ANDROID_SDK_ROOT
This commit is contained in:
committed by
GitHub
parent
4188ffdafc
commit
673867aa0e
3
Cargo.lock
generated
3
Cargo.lock
generated
@@ -8627,6 +8627,7 @@ dependencies = [
|
||||
"css-color",
|
||||
"ctrlc",
|
||||
"dialoguer",
|
||||
"dirs 6.0.0",
|
||||
"duct",
|
||||
"dunce",
|
||||
"elf",
|
||||
@@ -8687,7 +8688,9 @@ dependencies = [
|
||||
"url",
|
||||
"uuid",
|
||||
"walkdir",
|
||||
"which",
|
||||
"windows-sys 0.60.2",
|
||||
"zip 4.0.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
Reference in New Issue
Block a user