Skip to content

Instantly share code, notes, and snippets.

@tuliocll
Created January 13, 2020 17:22
Show Gist options
  • Save tuliocll/498d21f7f5a1eb33c6cc15a21ad41182 to your computer and use it in GitHub Desktop.
Save tuliocll/498d21f7f5a1eb33c6cc15a21ad41182 to your computer and use it in GitHub Desktop.
Create shortcut for running android virtual device in linux (ubuntu, debian, arch, fedora...). Download this image and save on `~/Android/Sdk` folder with name `icon.png`. Change emulator name to yours. To see emulator name run this commando on terminal: `~/Android/Sdk/emulator/emulator -list-avds`
[Desktop Entry]
Version=1.0
Name=Android Virtual Device
Comment=Start Android virtual device
Exec=bash -c "~/Android/Sdk/emulator/emulator -avd Galaxy_Nexus_API_28"
Icon=~/Android/Sdk/icon.png
Terminal=false
Type=Application
Categories=Utility;Application;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment