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).
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
Menu exibido durante a execução do AVD (a implementar)
Janela "Sobre", com informações do programa e sua versão.
AVD Launcher é distribuído sob os termos da GNU General Public License, versão 2 ou posterior. Consulte o arquivo COPYING para mais detalhes.
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)
- 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.
Encontrou um bug? Quer sugerir uma nova funcionalidade ou melhoria? Informe-nos aqui no GitHub!
- Gustavo Moraes - gustavosotnas1@gmail.com
Contribuidores são bem vindos! Issues - gustavosotnas/avd-launcher
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).
AVD Launcher is distributed under the terms of the GNU General Public License, version 2 or later. See the COPYING file for details.
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)
- 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.
Found a bug? Want to suggest a new feature or improvement? Let us know here on GitHub!
- Gustavo Moraes - gustavosotnas1@gmail.com
Contributors are welcome! Issues - gustavosotnas/avd-launcher