Passion Factory

Playground Of Syaiful Bahri

Creating Your Android Development Environment.

This is step by step to creating android development environment, on macinthos, i’ve been searching that there were less of article on web that discuss about how to prepare your “machine” for android development on macinthos, so here the article.

I’m gonna develop with eclipse, so first thing that i do is downloading and installing eclipse here, eclipse web will choose your eclipse version automatic  based on your operating system, i’m choose eclipse classic with 64 bit version.

After download finished, extract file in your application directory, just click eclipse icon to run your eclipse. Next step is installing android development tool (ADT Plugin for eclipse). Open eclipse - help - install new software, add https://dl-ssl.google.com/android/eclipse/ url as a repository then click add.

in the add repository dialog that appear enter ADT Plugin for name, then click ok, select the checkbox click next and read and accept lisence agreements and restart eclipse after installation completes. Eclipse will ask you what if you wanna install your own android sdk or download the latest SDK, i’m prefer to download the latest sdk that google provide. To install any android component, on eclipse choose window - Android SDK Manager. You can see all status of your android component and sdk package, what if there are any update for your sdk, eclipse will inform you and offer you to install the sdk update.

Now is installing android virtual device (avd), choice window - avd manager - then click new.

If you want to build android application for any platform, you must install al android version on drop down target, for memory i’m choice 256 mb memory to make avd run smoothly, for name section, just write it with your own, then click create avd. Then choose the avd version that you wanna use, then click start and launch. 

And here the final result.

Comments