Skip to content

Entracer/entracer-android

Repository files navigation

Entracer Android Library

Entracer tracking library for Android (Java) makes it easier to integrate Entracer API into your Android application.

Installation

You may integrate Entracer framework into your Android app with following steps using app's gradle script.

JCenter

If your project's build.gradle file includes the repository jcenter(), just add the following line into your app's build.gradle.

compile 'com.entracer.sdk:entracer:0.4.0'

JitPack

Follow the instructions given in following JitPack link section gradle on adding SDK into your project.