Add Maven repository and dependency to your app's level
build.gradle file
Eclipse users can download JARs (sdk.jar or sdk.jar & sdk-messaging.jar
depending on whether you need Countly Push support or not) from Github Releases page.
Another option for Eclipse users is to use sources instead of jars. To do that,
just create packages and put sources from Github repository into corresponding
packages:
Insert this snippet (or modify it to include provided code in same methods) to your
main activity, which is the first to launch and is specified in your Android
manifest