Using the Android SDK on Gentoo
Installation
1. Unmask and install the Android SDK update manager:
emerge dev-util/android-sdk-update-manager
In case you run into issues during compilation of any java ebuilds, try using the oracle-jdk-bin (1.7) !
For some reason on my machine some ebuilds failed using the icedtea-bin.
2. Add all users who should be …
more ...