# 原生Android SDK

- [无埋点 SDK集成](https://growingio.gitbook.io/docs/developer-manual/sdkintegrated/android-sdk/auto-android-sdk.md): 无埋点 SDK 具备自动采集基本的用户行为事件，比如访问和行为数据等。
- [埋点 SDK 集成](https://growingio.gitbook.io/docs/developer-manual/sdkintegrated/android-sdk/manunl-android-sdk.md): 埋点 SDK 只自动采集用户访问事件，需要开发同学调用相应埋点 API 采集自定义事件。
- [Android SDK API](https://growingio.gitbook.io/docs/developer-manual/sdkintegrated/android-sdk/android-sdk-api.md): Android SDK 所有对外 API，提供编译阶段和运行时的数据采集配置 API ，自定义数据上传 API ，灵活的配置接口，轻松采集用户数据。
- [Gradle配置API](https://growingio.gitbook.io/docs/developer-manual/sdkintegrated/android-sdk/android-sdk-api/gradle-api.md): 应用在编译时的自定义配置API。
- [初始化配置项API](https://growingio.gitbook.io/docs/developer-manual/sdkintegrated/android-sdk/android-sdk-api/init-api.md): 初始化 SDK 时配置项 API ，可以控制 SDK  的采集上报流程，另外还可接收来自 GIO 的 callback。
- [运行时API](https://growingio.gitbook.io/docs/developer-manual/sdkintegrated/android-sdk/android-sdk-api/run-api.md): 运行时 API 可对 SDK 进行采集上报数据的控制。
- [自定义数据上传API](https://growingio.gitbook.io/docs/developer-manual/sdkintegrated/android-sdk/android-sdk-api/customize-api.md): 自定义数据常用作打通业务逻辑
- [Android半自动采集浏览事件](https://growingio.gitbook.io/docs/developer-manual/sdkintegrated/android-sdk/android-imp.md): 半自动浏览事件能够携带用户添加的自定义事件和变量，当View从屏幕中出现则自动发送事件。
- [1.x Android SDK 升级指导](https://growingio.gitbook.io/docs/developer-manual/sdkintegrated/android-sdk/androidsdk-update.md): 1.x 及其以下 SDK 升级 2.x 以上 SDK 需要遵循文档升级，有重大更新。
- [常见问题](https://growingio.gitbook.io/docs/developer-manual/sdkintegrated/android-sdk/faq.md)
- [无埋点数据采集问题](https://growingio.gitbook.io/docs/developer-manual/sdkintegrated/android-sdk/faq/class1.md)
- [无埋点下埋点API使用问题](https://growingio.gitbook.io/docs/developer-manual/sdkintegrated/android-sdk/faq/class2.md)
- [SDK性能问题](https://growingio.gitbook.io/docs/developer-manual/sdkintegrated/android-sdk/faq/class3.md)
- [圈选问题](https://growingio.gitbook.io/docs/developer-manual/sdkintegrated/android-sdk/faq/class4.md)
- [Gradle 常见问题](https://growingio.gitbook.io/docs/developer-manual/sdkintegrated/android-sdk/faq/faq-gradle.md)
- [App内嵌H5页面常见问题](https://growingio.gitbook.io/docs/developer-manual/sdkintegrated/android-sdk/faq/h5-faq.md)
- [更新日志](https://growingio.gitbook.io/docs/developer-manual/sdkintegrated/android-sdk/androidsdk-log.md): Android SDK更新日志


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://growingio.gitbook.io/docs/developer-manual/sdkintegrated/android-sdk.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
