BrainiumLLC / cargo-mobile

Rust on mobile made easy!
Apache License 2.0
1.24k stars 52 forks source link

Find `adb` command under `$ANDROID_HOME/platform-tools/adb` #88

Open rib opened 2 years ago

rib commented 2 years ago

When first running cargo android run I found that it tried to run adb internally but didn't find the executable (since it's not in my PATH). It could be good if cargo-mobile didn't depend on the PATH being configured for SDK tools since it should be able to find them based on the the SDK path instead I think.