Appacitive Java/Android SDK
This is the official Android and Java SDK for Appacitive.
Usage
- Run
mvn clean package -Dmaven.test.skip=truein the root directory. - You can then pick up the android or java SDK jar from the
targetfolder in their respective platform folders. The android SDK will be named something likeappacitive-android-1.0.jarand the java SDK will be named something likeappacitive-java-1.0.jar
These SDK jars have all their dependencies included in them. Simple add the SDK jar to your project and you are ready to go.
The complete documentation is available here.