Building Your App Locally with Eclipse and the Android SDK
Download and Install Eclipse Classic
Eclipse is an open source integrated development environment (IDE). It’s used by software developers to write, compile, and debug all sorts of projects. There is nothing about it that is specific to Android; once we get Eclipse installed, we’ll configure it to use Android SDK tools. But first things first…here’s how you get Eclipse:
Navigate to http://www.eclipse.org/downloads/ in your web browser.
Select your platform (Mac, Windows, or Linux) from the popup list.
Locate Eclipse Classic in the list of packages and the download version appropriate for your machine (32 bit or 64 bit).
When the download completes, extract the archive to a convenient location on your hard drive. I’ve placed mine in the /Applications directory on my Mac, but you can put it anywhere you like.
Navigate into the eclipse directory.
Double-click the Eclipse icon to launch Eclipse.
You’ll be prompted to specify a workspace directory where Eclipse will store your projects. I’ve specified the /Users/jstark/Documents/workspace directory on my Mac, but you can pick any directory you like. This setting can be modified later in Eclipse preferences under General→Startup and Shutdown→Workspaces.
We’ll be modifying our Eclipse configuration in a bit but we have to download a few more things before continuing.
Download and Install the Android SDK
Now the we have Eclipse installed, we need the Android SDK.
Download the Android SDK appropriate ...
Get Building Android Apps with HTML, CSS, and JavaScript, 2nd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.