Столкнулся с проблемой отказа запускаться вновь установленной среды разработки.

Причиной этому стали права на запускаемый фаил!
./eclipse
-bash: ./eclipse: Permission denied

Исправляется очень просто:
sudo chmod a+x /Applications/Eclipse/Eclipse.app/Contents/MacOS/eclipse

Интересно получается, до этого ставил несколько раз и все было отлично, а в этом случае вот так вот!

Поставил, а потом:

1. Start Eclipse, then select Help > Install New Softare.
2. In the Available Software dialog, click Add….
3. In the Add Site dialog that appears, enter a name for the remote site (for example, “Android Plugin”) in the “Name” field.

In the “Location” field, enter this URL:

https://dl-ssl.google.com/android/eclipse/

Note: If you have trouble aqcuiring the plugin, you can try using “http” in the URL, instead of “https” (https is preferred for security reasons).

Click OK.
4. Back in the Available Software view, you should now see “Developer Tools” added to the list. Select the checkbox next to Developer Tools, which will automatically select the nested tools Android DDMS and Android Development Tools. Click Next.
5. In the resulting Install Details dialog, the Android DDMS and Android Development Tools features are listed. Click Next to read and accept the license agreement and install any dependencies, then click Finish.
6. Restart Eclipse.