Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 637 Bytes

File metadata and controls

18 lines (12 loc) · 637 Bytes

android-gradle-sherlock-and-annotations

Kickstart Android application template with ActionBarSherlock and AndroidAnnotations

Build with Gradle

  • check JAVA_HOME
  • after clone rename local.properties.template and edit path to your ANDROID_SDK
  • run ./bradle script

Import to Android studio

  • go throught Build steps first and make sure project could be build from command line
  • In Android Studio (0.2.6 or above) click import project and select cloned folder
  • Select "Import as Gradle project", you could pick local gradle instance or installed in your system (1.6 or above)
  • Done