I created an Android library. It has all the main code. I also created a project called App1. I referenced the library through maven in App1. I also made a link in the Project-> Properties-> Android-> Reference to the library.
When I create a project via cygwin using " mvn install ", I get the following error.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2. 3.2:compile (default-compile) on project App1: Compilation failure: Compil ation failure: [ERROR] \LIBRARYPROJECT\Branding-Private\App1\src\main\java\comxyz\main\AApplication.java:[3,42] cannot find symbol [ERROR] symbol : class AApplication
** This AAplication class is in the library project. He cannot refer to it. This project was able to reference it without maven before. After using maven, it cannot reference it.
Can anyone help?
Thanks, Sneha
source share