Suppose the SDK is installed in the opt folder, you could try the following command:
sudo /opt/android-sdk/tools/android ; exit;
This will open the SDK manager.
You need the sudo as often the storing folder (opt in this case) is protected from writing.