I corrected the missing symbol error. Now i am getting the following message:
AARImports: com.everyplay, Everyplay, 1.5.3
Unable to find package com.everyplay/Everyplay!
I added the following pom file:
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.everyplay.Everyplay</groupId>
<artifactId>Everyplay</artifactId>
<version>1.5.3</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>com.everyplay.Everyplay</groupId>
<artifactId>Everyplay</artifactId>
<version>1.5.3</version>
<scope>compile</scope>
<type>aar</type>
</dependency>
</dependencies>
</project>
But i am still getting the same error.