How to fix Genymotion in linux ElementaryOS with error `CXXABI_1.3.8' not found How to fix Genymotion in linux ElementaryOS with error `CXXABI_1.3.8' not found android android

How to fix Genymotion in linux ElementaryOS with error `CXXABI_1.3.8' not found


Execute the following 5 steps to solve it:


LD_LIBRARY_PATH=/usr/local/lib64/:$LD_LIBRARY_PATHexport LD_LIBRARY_PATHsudo add-apt-repository ppa:ubuntu-toolchain-r/testsudo apt-get updatesudo apt-get install gcc-4.9 g++-4.9

In my case this method worked like a charm.