I\'m installing the Android SDK on Mac OS X. Following the instructions on the Android Development site, I\'ve downloaded the SDK and modified my .bash_profile to include the p
What version of OS X are you on? What does "java -version" give you?
A possible easy workaround: Try installing the SDKs you need from inside Eclipse after installing the ADT plugin using Window -> Android SDK and AVD Manager, instead of the standalone frontend tool. Since that runs inside Eclipse, there tends to be fewer weird library compatibility issues.