Book Image

JavaScript Mobile Application Development

Book Image

JavaScript Mobile Application Development

Overview of this book

Table of Contents (15 chapters)
JavaScript Mobile Application Development
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Configuring Android development environment


In order to install Android development environment, we first need to install Java Development Kit (JDK). JDK 6 or 7 can work perfectly with Android development tools. In order to get JDK, use the following URLs:

Once the download page appears, accept the license and then download the JDK installer that matches your operating system, as shown in the following screenshot. After downloading the JDK installer, follow the steps of the JDK installer in order to properly install JDK.

Downloading JDK 1.7

If you want to have an Android development environment installed quickly on your machine, you can download Android Developer Tools (ADT) Bundle. The ADT Bundle includes the essential Android SDK components and a version of the Eclipse IDE with a built-in ADT...