Note : I am using Maven 3.2.2, Eclipse Luna
This is the dependency in my pom.xml that uses Android AAR archive
<dependency>
<groupId>com.github.gabrielemariotti.cards</groupId>
<artifactId>library</artifactId>
<version>1.7.3</version>
<type>aar</type>
</dependency>
I can see the classes installed in target/classes folder.
But when I try to use the classes in the AAR, Eclipse is showing class cannot be resolved. I have no problem using classes added by JAR dependencies in pom.xml
Any help would be greatly appreciated.
pom.xml
file outside Eclipse? If yes, have you already tried with a Project -> Clean... ? – Allieallied