DEV Community

APK Install and App Manager in Rust + Tauri — Building ADB Tools (opens in new tab)

Discussed on DEV

All tests run on an 8-year-old MacBook Air. All results from shipping 7 Mac apps as a solo developer. No sponsored opinion. HiyokoKit includes APK installation and an Android app manager. Both use ADB under the hood. Here's the implementation. APK installation #[tauri::command] async fn install_apk(apk_path: String) -> Result { let output = tokio::process::Command::new("adb") .args(["install", "-r", &apk_path]) // -r = reinstall if exists .output() .await?; let stdout = Stri...

Read the original article
Sign in to keep reading the full article.

Keyboard Shortcuts

Navigation

Next / previous post
j/k
Open post
oorEnter
Preview post
v

Post Actions

Love post
a
Like post
l
Dislike post
d
Undo reaction
u
Save / unsave
s

Recommendations

Add interest / feed
Enter
Not interested
x

Go to

Home
gh
Interests
gi
Feeds
gf
Likes
gl
History
gy
Changelog
gc
Settings
gs
Discover
gb
Search
/

General

Show this help
?
Submit feedback
!
Close modal / unfocus
Esc

Press ? anytime to show this help