Ubuntu + Eclipse + ADT + Genymotion + VirtualBox Development Environment setup
1. Don't talk about Eclispe Installation
2. There are two ways to install the ADT Plugin:
(1) Online installation:
Address: https://dl-ssl.google.com/android/eclipse/ (but Google has been banned recently)
(2) download and install:
Installation Package: ADT24.0.zip, Which is searched on the Internet and has many resources
Restart Eclipse after installation
3. Install Genymotion:
Http://www.genymotion.cn/?theme=download_listdownload. You must register before using genymotion.
After the download, run the following three commands,
***@***:~ /Workspace/genymotion $./genymotion-2.2.0_x64.bin *** @ ***-pc :~ /Workspace/genymotion $ cd genymotion/*** @ ***-pc :~ /Workspace/genymotion $./genymotion
4. Virtualbox installation:
Https://www.virtualbox.org/wiki/Linux_Downloads
VirtualBox4.3.10 for Linux
For deb format data, you can double-click to install it.
Also add its key: http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc
***@***:~ /Desktop $ sudo apt-key add oracle_vbox.asc [sudo] password for ***: OK
Ubuntu/Debian users may need to install the DKMS software package to ensure that the kernel modules (vboxdrv, vboxnetflt, and vboxnetadp) of the VirtualBox host are correctly updated. Run the following command to install the software:
***@***:~ $ Sudo apt-get install dkms
5. Genymotion-Eclipse Plugin:
Name: Genymotion
Location: http://plugins.genymotion.com/eclipse
Restart Eclipse!