android-completion icon indicating copy to clipboard operation
android-completion copied to clipboard

Bash completion for "adb" from the Google Android SDK

Results 6 android-completion issues
Sort by recently updated
recently updated
newest added

Hello. Is this project still supported? Do you know about https://github.com/aartamonau/repo.bash_completion?

Instead of: > Restart your shell in most cases can be used such snippet: ``` bash source ~/.bashrc ```

What about autocomplete devices on emulator -avd? This snippet could help: $ android list avd | grep Name: | cut -d ' ' -f 6

Support for aapt completion would be nice too…