December 2013
Beginner
416 pages
12h 45m
English
The Eclipse IDE is a tool for writing and compiling Java code, which is the main language used in Android development, along with the ADT Eclipse plug-in. Android Studio from Google is a new Android development environment based on the IntelliJ IDE. Both products provide integrated Android developer tools for development and debugging.
Eclipse and Android Studio do not run on their own; to compile the code, they need Java installed in your local system. You also need Java in order to use the tools that come with the Android SDK, such as the mobile emulator.
You must install the Java SE Development Kit (JDK) to obtain the compiler and other development tools. (“SE” stands for Standard Edition, to differentiate ...
Read now
Unlock full access