Skip to content

Instantly share code, notes, and snippets.

@anhtranbk
Created December 9, 2016 08:30
Show Gist options
  • Save anhtranbk/a03eac8a044fe3f1d93a9b4a1893c8c9 to your computer and use it in GitHub Desktop.
Save anhtranbk/a03eac8a044fe3f1d93a9b4a1893c8c9 to your computer and use it in GitHub Desktop.
Fix Genymotion 2.8.1 in Ubuntu 14.04 with error `CXXABI_1.3.8' not found
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment