quarta-feira, 26 de abril de 2017

HOW TO LOAD ANDROID APP ON GNU/LINUX UBUNTU

excute without root user:
 
sudo snap install --classic anbox-installer && anbox-installer
 
put the password of root user. 

before if you have some problem with a permission in *.desktop file execute:

chmod + x *.desktop

After that all files will be appear..




after install the anbox, is possible for you install the next app by this way:
 
first, download file apk and execute this command:
 
adb install <apk file>.apk 

if you have some issue for execute the file before installed, execute this command again:
chmod + x *.desktop
 
 

Nenhum comentário:

Postar um comentário