Skip to content

aweeraman/android-quickstart

Repository files navigation

Android Quickstart

This is an Android quickstart project that includes:

Pre-requisites:

  • Maven 3.2+
  • ANDROID_HOME set to the Android SDK location
  • Populate local maven repository with Android dependencies using Maven Android SDK Deployer
  • Intellij IDEA

IntelliJ IDEA configuration

For Android Annotations to work in IDEA, perform the following configuration:

  1. Go to File > Default Settings
  2. Search for Annotation Processors
  3. Enable annotation processing
  4. Store generated sources relative to module content root
  5. Set the sources directories to:
  • target/generated-sources/annotations
  • target/generated-test-sources/test-annotations
  1. Add the above generated directories as source directories in File > Project Structure under the correct module

ActiveAndroid

At the time of this writing, ActiveAndroid was not available on the public maven repositories and therefore needed to be manually downloaded and installed. Here's the maven dependency:

<dependency>
	<groupId>com.activeandroid</groupId>
	<artifactId>activeandroid</artifactId>
	<version>3.1-SNAPSHOT</version>
</dependency>

About

Android skeleton project that includes support for Android Annotations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages