Fix Genymotion 2.8 Ubuntu 14.04
Genymotion 2.8.0 thrown error on Ubuntu 14.04Error:
CXXABI_1.3.8 not found
Solution to solve this problem
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
Reference
http://stackoverflow.com/questions/37817792/how-to-fix-genymotion-in-linux-elementaryos-with-error-cxxabi-1-3-8-not-found
0 comments: