About Me

My photo
Drum & Bass Producer, Software Developer, Love my Cats

Android: How to install an Android development environment on a mac

I want to install an Android development environment on my mac machine.

1. Install JDK (Java SDK)
2. Install Eclipse and extract it to a nice path (i.e. Home\dev)
3. Download Android SDK and extract it to a nice path (i.e. Home\dev)
4. Install ADT (Android Developer Tools) in Eclipse:
5. Exit Eclipse, Start Eclipse
6. Choose the SDK's you want to install
7. Wait while SDK's are downloaded and installed
8. Restart Eclipse

That's it!! Your mac is now an Android development workstation