Skip to content

gustavomdsantos/avd-launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Português | English

AVD Launcher AVD Launcher

Stories in Backlog Stories in Ready GitHub license GitHub release GitHub tag

Português

AVD Launcher é um front-end para o emulador de Dispositivos Virtuais Android (AVDs) da Google. Feito em Bash, a ferramenta permite executar o emulador do Android SDK sem abrir o Android Studio e sem usar linha de comando (terminal).

Screenshots

0.Init-FirstTime
Janela de definição da pasta do Android SDK (aparece apenas na primeira vez)

1.Init-FirstTime-AVDfolder-Error
Janela de erro na detecção automática dos AVDs no sistema (aparece apenas na primeira vez)

2.SelectAVD
Menu de seleção do AVD desejado para executar

3.LoadingAVD
Janela de carregamento do AVD

4.AVD-menu
Menu exibido durante a execução do AVD (a implementar)

5.About
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, versão 2 ou posterior. Consulte o arquivo 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 e baixe a última versão do mesmo. Instale com um instalador de pacotes como 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, 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:

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, 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 no GitHub!

Autor

Pull Request

Contribuidores são bem vindos! Issues - gustavosotnas/avd-launcher

English

AVD Launcher is a front-end to the Android Virtual Devices (AVDs) emulator from Google. Written in 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, 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 section and download the latest version of it. Install with a package installer like 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, which must be installed before to the application work correctly.

To install yad in a GNU/Linux system by terminal type the following commands:

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, 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 on GitHub!

Author

Pull Request

Contributors are welcome! Issues - gustavosotnas/avd-launcher