Install Android Eclipse

Hi guys, when telling a story it’s always best to start at the beginning, so the first thing to do on my journey is talk about how are we going to install Android Eclipse. My workstation is a MacBook but the process is the same on both Windows and Linux. I’ve put together a short video of the entire thing, from downloading Eclipse and the Android SDK to installing Eclipse, the ADT (Android Development Tools) plugin and then configuring ADT to use the Android SDK!

The steps are really simple.

  1. Download and install the Eclipse IDE for Java Developers from https://www.eclipse.org/downloads/
  2. Download and extract the Android SDK from https://developer.android.com/sdk/index.html
  3. Install the ADT plugin in Eclipse

After following these 3 easy steps to install Android Eclipse you should be ready to go!

Learning Android

If you’re new to the Android mobile operating system, Learning Android is the perfect way to master the fundamentals. This gentle introduction shows you how to use Android’s basic building blocks to develop user interfaces, store data, and more. You’ll build an example application throughout the course of book, adding new features with each chapter. You’ll also build your own toolbox of code patterns that will help you program any type of Android application with ease.

Leave a Reply

Your email address will not be published. Required fields are marked *