Created
January 13, 2020 17:22
-
-
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`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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