Install genymotion
1) Download bin file
https://www.genymotion.com/fun-zone/
2) Give it executeable permissions
chmod +x genymotion-2.1.0_x64.bin
3) cd genymotion
4) ./genymotion
this will run the genymotion but it needs virtual box...
5) Download the virtual box from here...
https://www.virtualbox.org/wiki/Linux_Downloads
download linux for 64 bits or 32 based on OS
sudo dpkg -i /path/to/deb/file followed by sudo apt-get install -f .
ISSUES IN GENYMOTION
1) `CXXABI_1.3.8' not found (required by genymotion player
issue while starting device
SOL:
https://stackoverflow.com/questions/37817792/how-to-fix-genymotion-in-linux-elementaryos-with-error-cxxabi-1-3-8-not-found/37817981
Execute the following 5 steps to solve it:
LD_LIBRARY_PATH=/usr/local/lib64/:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install gcc-4.9 g++-4.9
No comments:
Post a Comment