Install Android Sdk
This page will give detailed description of how you can integrate Growlytics android SDK to your native android app.
Step 1: Add Growlytics SDK to your project
{
dependencies {
implementation 'com.growlytics.android.sdk:growlytic-android-sdk:1.0.4'
implementation 'com.google.firebase:firebase-messaging:17.3.3'
implementation 'com.google.android.gms:play-services-base:16.0.1'
implementation 'com.android.support:support-v4:28.0.0'
}
// at the end of the build.gradle file
apply plugin: 'com.google.gms.google-services'
}Step 2: Configure Growlytics credentials in AndroidManifest.xml
Step 3: Add required permissions in AndroidManifest.xml
Step 4: Enable Tracking by Adding Permissions
Step 5: Build & Run Your Application
Step 6: Setup Event Tracking
Step 7: User Profile Information
Last updated
Was this helpful?
