Skip to content

Instantly share code, notes, and snippets.

@liminal
Created October 19, 2014 12:51
Show Gist options
  • Save liminal/acfe5c6f01d57bd7af48 to your computer and use it in GitHub Desktop.
Save liminal/acfe5c6f01d57bd7af48 to your computer and use it in GitHub Desktop.
Problems building the Android Gradle Plugin on ubuntu
If you get a lot of linking errors like this:
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.8/libstdc++.a
you probably need to
sudo apt-get install g++-multilib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment