Skip to content

Instantly share code, notes, and snippets.

@mche
Last active October 21, 2016 08:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mche/4252d6c269f98868310d22e2fbc76bd4 to your computer and use it in GitHub Desktop.
Save mche/4252d6c269f98868310d22e2fbc76bd4 to your computer and use it in GitHub Desktop.
запускал эмулятор андроида genymotion
1. VirtualBox установил через emerge
2. текущая версия genimotion 2.8.0 не пошла, ругался
genymotion: symbol lookup error: /usr/lib64/libX11.so.6: undefined symbol: xcb_wait_for_reply64
3. стал ставить версию 2.6.0. Где-то удалость найти genymotion-2.6.0-linux_x64.bin
4. При запуске ругался на библиотеки. Оказалось нужна более ранняя версия:
emerge -v =media-libs/gstreamer-0.10.36-r2
5. Мало того нужна еще хрень libgst-plugins именно 0.10, которую нашел в rpm:
# wget http://ftp.altlinux.org/pub/distributions/ALTLinux/Sisyphus/x86_64/RPMS.classic/libgst-plugins-0.10.36-alt1.x86_64.rpm
# emerge rpm
# rpm -Uvh --nodeps libgst-plugins-0.10.36-alt1.x86_64.rpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment