Example
To setup for using Android Gradle Plugin you need many things:
- java
- gradle
- the Android project folder structure
- an Android Manifest
- initial plugin setup
The easiest way to get all of them is to follow these steps:
- Donwload and Install Java OpenJDK version 6 or 7 (you can use 8 with additional settings of the gradle plugin)
- Download and Install Android Studio
- Create a new project (if you need help see Creating a New Project)
Check Remarks section for more informations.