Skip to content

swavkulinski/aa-as

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aa-as

AndroidAnnotations with Android Studio

This is reference how to get AndroidAnnotations work with Android Studio.
As IDE is in very early stages there are thing we have to do manually:

  1. modify build.gradle inside module

  2. add dependency on androidannotations-api jar in module settings
    optionally add generated path to sources if you want to write tests

  3. run test tasks from command line:

    gradle installDebug
    gradle connectedInstrumentTest

    run build at least once to make Android Studio pickup generated classes

About

AndroidAnnotations with Android Studio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published