# 易观小工具

## 易观小工具集成

### 依赖加入

主项目build.gradle中加入依赖

compile('cn.com.analysys:analysys-tools:1.0.1')&#x20;

### 初始化

在application的onCreate中调用

com.analysys.tools.YGToolKit.install(this);

注意：

暂只支持方舟android sdk的版本4.4.10及以上。

## 易观小工具使用说明

### app信息查看

<div align="left"><img src="/files/-M7oz7MOKwj0iWRnDC-C" alt=""></div>

### sdk信息查看

<div align="left"><img src="/files/-M7ozFnc2u1pmxWk8v6y" alt=""></div>

### sdk事件自测

<div align="left"><img src="/files/-M7ozM0MHiorNtp2FzMD" alt=""></div>

### 日志查看和分享

<div align="left"><img src="/files/-M7ozRovgSdx3fBa98Z7" alt=""></div>


---

# 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://arkdocs.analysys.cn/integration/sdk/android/yi-guan-xiao-gong-ju.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.
