> For the complete documentation index, see [llms.txt](https://growingio.gitbook.io/v3/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://growingio.gitbook.io/v3/developer-manual/sdkintegrated/android-sdk.md).

# 原生 Android SDK

## SDK介绍

GrowingIO Autotracker SDK具备自动采集基本的用户行为事件，比如访问和行为数据等。目前支持代码埋点、无埋点、可视化圈选、热图等功能。 如果您想了解更多关于 GrowingIO Autotracker SDK的信息，可以访问 GrowingIO 的官方网站

## SDK基本信息

| 信息        | 内容                                                                                                                                  |
| --------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| 类型        | 统计类                                                                                                                                 |
| 开发者       | 北京易数科技有限公司                                                                                                                          |
| 包名        | com.growingio.android.sdk                                                                                                           |
| 最新版本      | 2.10.0                                                                                                                              |
| 更新时间      | 2023-08-29 04:08                                                                                                                    |
| SDK官网链接   | [官网](https://www.growingio.com)                                                                                                     |
| SDK隐私政策链接 | [隐私政策](https://accounts.growingio.com/user-privacy)                                                                                 |
| SDK下载链接   | [下载链接](https://repo1.maven.org/maven2/com/growingio/android/vds-android-agent/autotrack-2.10.0/)                                    |
| 各端采集信息说明  | [采集信息说明](https://docs.growingio.com/v3/developer-manual/sdkintegrated/compliance/#ge-duan-sdk-cai-ji-yu-ding-yi-shu-xing-shuo-ming) |
| 合规使用说明    | [合规使用说明](https://docs.growingio.com/v3/developer-manual/sdkintegrated/compliance/sdk-he-gui-shuo-ming)                              |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
