For generic skin emulator with default apis (without google apis):
-
List All System Images Available for Download:
sdkmanager --list | grep system-images -
Download Image:
sdkmanager --install "system-images;android-29;default;x86"
| function __git_fzf_is_in_git_repo | |
| command -s -q git | |
| and git rev-parse HEAD >/dev/null 2>&1 | |
| end | |
| function __git_fzf_git_status | |
| __git_fzf_is_in_git_repo; or return | |
| git -c color.status=always status --short | \ | |
| fzf -m --ansi --preview 'git diff --color=always HEAD -- {-1} | head -500' | \ | |
| cut -c4- | \ |