Entracer tracking library for Android (Java) makes it easier to integrate Entracer API into your Android application.
You may integrate Entracer framework into your Android app with following steps using app's gradle script.
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'
Follow the instructions given in following JitPack link section gradle on adding SDK into your project.