Resolving Android SDK dependencies
by lectraplayer from LinuxQuestions.org on (#K1FX)
I am trying to install Android SDK under Linux-Porteus (Slackware wanabe). Instructions tell me how to unpack it, so I unpack it to ~/Apps/Android/<Android-Home>. Instructions tell me to finish installing by running <Android-Home>/tools/android to download the rest of the suite, including Android kernel libraries and adb. However, all I get is java 'command not found' errors. This leads me to believe there are dependencies that I don't know about. Usually, dependencies are addressed when I use the standard installation method, which includes "./configure, make, make install". How do I get Android-SDK to tell me exactly what it is missing?

