Skip to content

Instantly share code, notes, and snippets.

@aburaihan-dev
Last active July 14, 2017 08:21
Show Gist options
  • Save aburaihan-dev/85a9fe26abd693807f4b905492caae59 to your computer and use it in GitHub Desktop.
Save aburaihan-dev/85a9fe26abd693807f4b905492caae59 to your computer and use it in GitHub Desktop.
This is simple fix for genymotion error in linux.
Works with Genymotion 2.8.1
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
Link: https://stackoverflow.com/questions/37817792/how-to-fix-genymotion-in-linux-elementaryos-with-error-cxxabi-1-3-8-not-found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment