Ubuntu Install Genymotion Simulator steps

Source: Internet
Author: User

1. Installing Vitrualbox

Genymotion simulator needs to have VirtualBox environment, open terminal (CTRL + ALT + T), execute the following command:

sudo apt-get install VirtualBox

2. Download the appropriate version of the Genymotion emulator

CD into the installation package path, execute

chmod +x genymotion-2.2.2_x64.bin (give execute permission)

./genymotion-2.2.2_x64.bin (for installation)

After decompression, enter the extracted directory, click Genymotion, Open, the rest is the graphical operation.

If you encounter an emulator that cannot start, the workaround:

sudo add-apt-repository ppa:ubuntu-toolchain-r/test

sudo apt-get update

sudo apt-get install gcc-4.9 g++-4.9

sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.9 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.9

原因是Ubuntu 默认使用GCC 4.8.4 而缺少下面列出来的文件:

/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.20‘ not found

 

Ubuntu Install Genymotion Simulator steps

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.