Установка:
Almost every GNU/Linux system comes with an installer package for Oracle VM VirtualBox.
Browse for the Oracle VM VirtualBox installer in your directories.
If you do not have the installer or if you need to install a specific version, download and install VirtualBox for Linux hosts from the Download VirtualBox page.
When installing VirtualBox, in the Custom setup window, make sure VirtualBox Networking is enabled.
Go to the Genymotion download page.
Download the Linux package corresponding to your system.
Run the following commands:
chmod +x <Genymotion installer path>/genymotion-<version>_<arch>.bin
cd <Genymotion installer path>
./genymotion-<version>_<arch>.bin -d <Genymotion installer path>
Run Genymotion using the following command:
cd <Genymotion installer path>
./genymotion
Версии программ:
Ubuntu 14.10 and older, Debian 8:
genymotion-2.6.0-linux_x64.bin
genymotion-2.6.0-linux_x86.bin
Ubuntu 15.04 and newer:
genymotion-2.6.0-ubuntu15_x64.bin
Установка приложений в виртуальный Android:
To deploy an application to a virtual device, use either of the following methods:
- Drag and drop the application APK file into the virtual device window.
- Run the following command:
adb install <application name>.apk
.
- Download and install the application directly from the virtual device using a web link.