https://github.com/gustavomdsantos/avd-launcher
Front-end to Android Virtual Devices (AVDs) emulator from Google.
https://github.com/gustavomdsantos/avd-launcher
android-sdk android-studio avd avd-launcher deb shell yad
Last synced: about 1 month ago
JSON representation
Front-end to Android Virtual Devices (AVDs) emulator from Google.
- Host: GitHub
- URL: https://github.com/gustavomdsantos/avd-launcher
- Owner: gustavomdsantos
- License: gpl-2.0
- Created: 2015-02-25T14:50:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-01-04T15:44:08.000Z (over 7 years ago)
- Last Synced: 2025-03-29T12:46:54.189Z (2 months ago)
- Topics: android-sdk, android-studio, avd, avd-launcher, deb, shell, yad
- Language: Shell
- Homepage:
- Size: 1.5 MB
- Stars: 31
- Watchers: 6
- Forks: 8
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
[**Português**](#português) | [**English**](#english)
 AVD Launcher
=====================================================================================================[](https://waffle.io/gustavosotnas/avd-launcher)
[](https://waffle.io/gustavosotnas/avd-launcher)
[](https://github.com/gustavosotnas/avd-launcher/blob/master/COPYING)
[](https://github.com/gustavosotnas/avd-launcher/releases/latest)
[](https://github.com/gustavosotnas/avd-launcher/releases)Português
--------------------------
**AVD Launcher** é um *front-end* para o emulador de Dispositivos Virtuais Android (AVDs) da Google. Feito em [Bash](https://www.gnu.org/software/bash), a ferramenta permite executar o emulador do *Android SDK* sem abrir o *Android Studio* e sem usar linha de comando (*terminal*).### *Screenshots*

*Janela de definição da pasta do Android SDK (aparece apenas na primeira vez)*
*Janela de erro na detecção automática dos AVDs no sistema (aparece apenas na primeira vez)*
*Menu de seleção do AVD desejado para executar*
*Janela de carregamento do AVD*
*Menu exibido durante a execução do AVD* *[(a implementar)](https://github.com/gustavosotnas/avd-launcher/issues/8)*
*Janela "Sobre", com informações do programa e sua versão.*### Licença
**AVD Launcher** é distribuído sob os termos da [GNU General Public License](http://www.gnu.org/licenses/), versão 2 ou posterior. Consulte o arquivo [COPYING](./COPYING) para mais detalhes.### Download e instalação
**AVD Launcher** está disponível como um pacote *.deb* instalável para sistemas baseados no ***Debian*** (*Ubuntu, Mint, Elementary OS, Deepin, Kali, Tails,* etc.). No entanto é compatível com todas as principais distribuições Linux existentes.Para baixar o pacote *.deb*, vá para a seção [***releases***](https://github.com/gustavosotnas/avd-launcher/releases/latest) e baixe a última versão do mesmo. Instale com um **instalador de pacotes** como [GDebi](https://apps.ubuntu.com/cat/applications/gdebi/) ou digite o seguinte comando em um Terminal (na pasta onde está o arquivo baixado):
`sudo dpkg -i avd-launcher_ver.si.on_all.deb`
(substitua `ver.si.on` pelo número da versão do aplicativo baixada)#### Dependências
* [**yad**](http://www.webupd8.org/2010/12/yad-zenity-on-steroids-display.html), que **deve estar instalado antes** para o aplicativo funcionar corretamente.Para instalar o **yad** em um sistema GNU/Linux via terminal digite os seguintes comandos:
```sh
sudo add-apt-repository ppa:webupd8team/y-ppa-manager
sudo apt-get update
sudo apt-get install yad
```Em breve **AVD Launcher** estará disponível em um repositório PPA com uma cópia do [**yad**](http://www.webupd8.org/2010/12/yad-zenity-on-steroids-display.html), a fim de facilitar a instalação desta dependência.
### Bug tracker
Encontrou um bug? Quer sugerir uma nova funcionalidade ou melhoria? Informe-nos [aqui](https://github.com/gustavosotnas/avd-launcher/issues) no GitHub!### Autor
* Gustavo Moraes -### Pull Request
Contribuidores são bem vindos! [Issues - gustavosotnas/avd-launcher](https://github.com/gustavosotnas/avd-launcher/issues)English
--------------------------**AVD Launcher** is a *front-end* to the Android Virtual Devices (AVDs) emulator from Google. Written in [Bash](https://www.gnu.org/software/bash), the tool allows you to run *Android SDK* emulator without opening *Android Studio* and without using command-line interface (*terminal*).
### License
**AVD Launcher** is distributed under the terms of the [GNU General Public License](http://www.gnu.org/licenses/), version 2 or later. See the COPYING file for details.### Download and installation
**AVD Launcher** is available as an installable *.deb* package for Debian-based systems (*Ubuntu, Mint, Elementary OS, Deepin, Kali, Tails,* etc). However it is compatible with all major existing Linux distributions.To download the *.deb* package, go to [***releases***](https://github.com/gustavosotnas/avd-launcher/releases/latest) section and download the latest version of it. Install with a **package installer** like [GDebi](https://apps.ubuntu.com/cat/applications/gdebi/) or enter the following command in a Terminal (in the folder where is the downloaded file):
`sudo dpkg -i avd-launcher_ver.si.on_all.deb`
(replace `ver.si.on` with the downloaded application version number)#### Dependencies
* [**yad**](http://www.webupd8.org/2010/12/yad-zenity-on-steroids-display.html), which **must be installed before** to the application work correctly.To install **yad** in a GNU/Linux system by terminal type the following commands:
```sh
sudo add-apt-repository ppa:webupd8team/y-ppa-manager
sudo apt-get update
sudo apt-get install yad
```Soon **AVD Launcher** will be available in a PPA repository with a copy of [**yad**](http://www.webupd8.org/2010/12/yad-zenity-on-steroids-display.html), in order to facilitate the installation of this dependence.
### Bug tracker
Found a bug? Want to suggest a new feature or improvement? Let us know [here](https://github.com/gustavosotnas/avd-launcher/issues) on GitHub!### Author
* Gustavo Moraes -### Pull Request
Contributors are welcome! [Issues - gustavosotnas/avd-launcher](https://github.com/gustavosotnas/avd-launcher/issues)