codeofaninja
website

How to Install Android Development Environment

Photo of Mike Dalisay
Modified Saturday, May 4, 2013
by - @ninjazhai
A lot has been changed since I wrote this post: Getting Started with Google Android Development. I'm not going to remove that page but I rather keep it as an archive about how Android development environment installation was done before.

Installing the Android development environment was a lot easier nowadays, thanks Google! I'm not sure when it started, but there are only two things you have to download now. First is JAVA and second is the Android SDK ADT Bundle.

In this post, I'm going to try to walk you through on how is the latest way to install an Android development environment on your PC. By the way, I'm using Windows 7, but I think that the files to be downloaded and steps are almost the same for other OS, so this post can give you an idea if ever you can't find (on other websites) how it was done in your platform. I actually wrote how to Install Android Development Environment on Ubuntu last year, I hope the changes are minimal so it can still help if you're using Ubuntu.

Step 1: Download JAVA in this link: Java SE Downloads

How to Install Android Development Environment - JDK
Download the Java Platform (JDK), the one on the left side.


Step 2: Download the SDK(ADT Bundle for Windows) here: Android SDK

Install Android Development Environment - Android SDK
Click the blue button "Download the SDK"

Agree with the terms and conditions. I have a 32 bit computer. Click the blue button again.

Wait for the download to finish. File size is around 400+ MB. Excited to code?

Step 3: Install JAVA. Run the file we've downloaded earlier during Step 1.

Step 4: Extract the SDK ADT Bundle we've downloaded earlier during Step 2.

Install Android Development Environment - ADT Bundle

Step 5: Go to the eclipse folder inside the SDK ADT Bundle folder and create a shortcut to your desktop.

Install Android Development Environment - Eclipse Folder

Step 6: Run eclipse from your Desktop shortcut.

Install Android Development Environment - Eclipse - Android Developer Tools
Eclipse is loading.
Install Android Development Environment - Eclipse Workspace
Choose your worksapce.
Sometimes you will be prompted to update your SDK tools. Just follow the prompt to update your SDK.

Now you have your Android development environment. Enjoy!

Install Android Development Environment - Android Eclipse Coding
My old codes were in this workspace.

For FREE programming tutorials, click the red button below and subscribe! :)
Thanks for the comments!
 
 
Fundamentals
"First do it, then do it right, then do it better."
~ Addy Osmani
"Talk is cheap. Show me the code."
~ Linus Torvalds
Let's Stay Connected!
g+ r
Android app on Google Play
© 2011-2014 The Code Of A Ninja. All rights reserved. Proudly Powered by Google Blogger. Images, logos, marks or names mentioned herein are the property of their respective owners.