What this quickstart helps you achieve
This quickstart is the shortest reliable path to a working Mapp Intelligence Android SDK v5 integration. After completing it, the SDK is added to your app, initialized in your Application, and prepared for your first tracking implementation.
Use this page when
you are integrating the SDK for the first time
you want a clear setup order without reading the full documentation tree
you want to separate initial setup from later tracking and runtime topics
Before you begin
Have the following available before you start:
a supported Android project setup
at least one valid Track ID
a valid Track Domain
If you first need to confirm platform and tooling prerequisites, start with Requirements & Compatibility.
Recommended reading order
Confirm Android, Java, and project prerequisites before integrating the SDK.
Add the dependency, repository configuration, and required Android permission.
Create the minimal working SDK setup in your
Applicationclass.Adjust global SDK behavior without overloading the initial setup.
What this page should not replace
The overview page explains how the documentation is structured. The detailed setup pages explain the implementation details. This quickstart should stay focused on sequence and momentum, not on documenting every optional SDK feature.
After the quickstart
Once setup is complete, continue with the tracking path that matches your app:
Automatic Tracking if the built-in activity and fragment tracking matches your needs
Object Oriented Tracking if you want explicit event objects and stronger implementation control
Query Parameter Tracking if your integration is based on parameter-style requests
Note
A good quickstart reduces decisions. It should help a new integrator finish the first setup safely, then hand off to the right tracking guide.