---
title: Get started with Android monitoring
source: https://docs.newrelic.com/docs/mobile-monitoring/new-relic-mobile-android/get-started/introduction-new-relic-mobile-android
---

[Mobile monitoring](https://docs.newrelic.com/docs/mobile-monitoring/new-relic-mobile/getting-started/introduction-new-relic-mobile) for Android monitors your mobile app, giving you a comprehensive view of your app's performance. It works for Android apps written using Java or Kotlin.

## Compatibility and requirements [#requirements]

Before you install the Android agent, review the [compatibility and requirements](https://docs.newrelic.com/docs/mobile-monitoring/new-relic-mobile-android/get-started/new-relic-android-compatibility-requirements/).

## Install the agent [#installation]

To install the Android agent, follow our [guided install](https://onenr.io/02R5GVpaxQb), located directly in the UI. Using this method, you can install and configure the Android agent with Gradle and Android Studio.

## Extend your instrumentation [#extend]

After you install the Android agent, you can extend its default instrumentation with various types of custom data:

| To access:             | In mobile monitoring:                                                                                                                                                                                                                                                                                                 | In NRQL and dashboards:                                                                                                                                                                                                                                                                |
| ---------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Custom data**        | Create and record [custom events, interaction traces, and attributes](https://docs.newrelic.com/docs/mobile-monitoring/new-relic-mobile/maintenance/add-custom-data-new-relic-mobile) to add details to your existing data and traces.                                                                                | Then, view [the custom events that you created](https://docs.newrelic.com/docs/insights/insights-data-sources/custom-events/insert-custom-events-attributes-mobile-data) in NRQL or dashboards.                                                                                        |
| **Network requests**   | Enable the [MobileRequest event](https://docs.newrelic.com/docs/mobile-monitoring/mobile-monitoring-ui/network-pages/analyze-network-requests-using-mobilerequest-event-data) feature so you can perform a full network analysis.                                                                                     | To further investigate network request error rates and response times, query [MobileRequest and MobileRequestError events](https://docs.newrelic.com/docs/insights/nrql-new-relic-query-language/nrql-query-examples/insights-query-examples-new-relic-mobile#mobilerequest-examples). |
| **Crash analysis**     | Review detailed information [using groups and filters](https://docs.newrelic.com/docs/mobile-monitoring/mobile-monitoring-ui/crashes/crash-analysis-group-filter-your-crashes) to analyze trends that lead to crashes.                                                                                                | To view more information about crashes, [create NRQL queries](https://docs.newrelic.com/docs/mobile-monitoring/mobile-monitoring-ui/crashes/crash-analysis-group-filter-your-crashes#insights) related to crash data.                                                                  |
| **Mobile SDK**         | Use the [mobile SDK API](https://docs.newrelic.com/docs/mobile-monitoring/new-relic-mobile/mobile-sdk/mobile-sdk-api-guide) to customize the default agent instrumentation.                                                                                                                                           | Then, view those [custom events and attributes](https://docs.newrelic.com/docs/insights/insights-data-sources/custom-events/insert-custom-events-attributes-mobile-data).                                                                                                              |
| **Handled exceptions** | Report [exceptions](https://docs.newrelic.com/docs/mobile-monitoring/mobile-monitoring-ui/crashes/introduction-mobile-handled-exceptions) so you can identify factors creating a poor mobile app experience.                                                                                                          | To further improve performance, review [MobileHandledException](https://docs.newrelic.com/docs/insights/insights-data-sources/default-data/mobile-events-attributes#mobilehandledexception-attributes) event records.                                                                  |
| **Breadcrumbs**        | Boost the level of detail in [crash event trails](https://docs.newrelic.com/docs/mobile-monitoring/mobile-monitoring-ui/crashes/mobile-crash-event-trail) by adding [breadcrumbs](https://docs.newrelic.com/docs/mobile-monitoring/new-relic-mobile/maintenance/add-custom-data-new-relic-mobile#custom-breadcrumbs). | Then, query [MobileBreadcrumbs](https://docs.newrelic.com/docs/insights/insights-data-sources/default-data/mobile-events-attributes#event-types) events to see all breadcrumbs or just breadcrumbs related to crashes.                                                                 |

## Troubleshoot your installation [#troubleshoot]

If you have problems with your Android installation or don't see data in the mobile monitoring UI, try [these troubleshooting solutions](https://docs.newrelic.com/docs/mobile-monitoring/new-relic-mobile-android/troubleshoot/no-data-appears-android).
