Android - Installation - On Windows OS and Eclipse
Let’s get started with the installation of Android on Windows 7. First of all, you must have a JDK (Java Development Kit) on your OS, the version 6 is the most secure one, so I recommand it. If you do not have one, let’s download it on the official website of Oracle: http://www.oracle.com/technetwork/java/javase/downloads/index.html Then download the Android SDK (Software Development Kit) on the official website of Android: http://developer.android.com/sdk/index.html Once installed on your computer, launch the SDK Manager on the Android SDK directory if it does not start automatically. On the left panel, select the Available packages and select all packages you want. Then click Install Selected > Accept All. ...