/dummy-android-gradle-project

Test project to experiment with Gradle for Android.

Primary LanguageShell

dummy-android-gradle-project

Test project to experiment with Gradle for Android.

##Usage

  1. Install the Android SDK.
  2. Install the correct API version using the Android SDK Manager.
  3. Make sure the Android SDK can be found by either:
  4. Adding a "local.properties" file with a "sdk.dir" property pointing to the installation folder of the Android SDK in the root of this project OR
  5. Setting the ANDROID_HOME system variable to point to the Android SDK installation folder.
  6. Run gradle build.

##References