> For the complete documentation index, see [llms.txt](https://developers.oxylabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.oxylabs.io/integrations/cn/proxy-integrations/isp-proxies-guides/android.md).

# Android

Android 是一种开源、基于 Linux 的移动设备操作系统，例如智能手机和平板电脑。

使用以下指南配置您的ISP代理 用于 [**使用移动数据**](#using-mobile-data) 或 [**Wi-Fi 网络**](#setting-up-a-proxy-for-a-wi-fi-network).

{% hint style="warning" %}
**注意：** 本指南中提供的一些截图为示意用途展示了使用住宅代理的设置过程，请参阅正文中提供的 ISP代理 的具体指南。
{% endhint %}

### 使用移动数据

**步骤 1。** 导航到 **Settings** > **网络和互联网** > **互联网**.

<figure><img src="/files/9d55823aacf64875c8bdbeaec855bfa20daa4ac2" alt="Android network settings"><figcaption></figcaption></figure>

**步骤 2。** 点击你的移动网络运营商设置，滚动到底部，然后选择 **接入点名称（APNs）**.

**步骤 3。** 选择一个 **APN** ，你当前正在使用它来配置 Android 代理设置。

<figure><img src="/files/6529547a2180ae94a1c88c10b81de171dc3840cd" alt="Configuring proxy"><figcaption></figcaption></figure>

**步骤 4。** 按如下所示填写设置字段：

{% hint style="warning" %}
在移动网络中使用代理时，连接类型只能是 `HTTP` 。
{% endhint %}

**Proxy:** `isp.oxylabs.io`

**端口：** `8001`

{% hint style="info" %}
您需要从已购买的中选择分配给 IP 地址的端口 [**代理列表**](https://developers.oxylabs.io/proxies/isp-proxies/proxy-list)**,** 您可以在 Oxylabs 仪表板上找到。 `8001` 该端口将为所有请求从您的列表中选择第一个 IP 地址。
{% endhint %}

**用户名**: `user-username`

**密码：** `密码`

{% hint style="warning" %}
别忘了在您的用户名中添加 `user-` 这一部分。
{% endhint %}

<figure><img src="/files/1008698a3873faba5166aec85c2efe7d388777c4" alt="Proxy details"><figcaption></figcaption></figure>

**步骤 5。** 点击右上角的三个竖点，然后选择 **保存**.

<figure><img src="/files/9748636cfcdb63d03e81216fcf56ea361b04c6fc" alt="Save changes"><figcaption></figcaption></figure>

**步骤 6。** 重启网络，通过关闭并重新打开连接来应用更改。

<figure><img src="/files/e6681d2c2087901c037ab9cb69cf0ee661899290" alt="Restart the network"><figcaption></figcaption></figure>

**步骤 7。** 最后，打开你的网页浏览器，输入之前指定的凭据，然后按 **登录**.

<figure><img src="/files/de2384f8fd52d3d13338298991330fdcb0113da8" alt="Sign in"><figcaption></figcaption></figure>

就这样！你现在正在使用带有代理 IP 地址的移动网络。

### 使用 Wi-Fi 网络 <a href="#setting-up-a-proxy-for-a-wi-fi-network" id="setting-up-a-proxy-for-a-wi-fi-network"></a>

**步骤 1。** 导航到 **Settings** > **网络和互联网** > **互联网**.

**步骤 2。** 选择你当前的 Wi-Fi 网络，然后点击设置图标以访问 **网络详情**.

<figure><img src="/files/2db1df28744f3b8aefc21829f671c239a4a79dfb" alt="Network details"><figcaption></figcaption></figure>

**步骤 3。** 点击右上角的编辑按钮，并展开 **高级选项** 部分以配置 Android 代理设置。

**步骤 4。** 在 **代理，** 选择 **Manual** 并输入你的代理详细信息以及凭据：

{% hint style="warning" %}
在 Wi-Fi 网络中使用代理时，连接类型只能是 `HTTP` 。
{% endhint %}

**代理主机名：** `isp.oxylabs.io`

**代理端口：** `8001`

{% hint style="info" %}
您需要从已购买的中选择分配给 IP 地址的端口 [**代理列表**](https://developers.oxylabs.io/proxies/isp-proxies/proxy-list)**,** 您可以在 Oxylabs 仪表板上找到。 `8001` 该端口将为所有请求从您的列表中选择第一个 IP 地址。
{% endhint %}

**用户名**: `user-username`

**密码：** `密码`

{% hint style="warning" %}
别忘了在您的用户名中添加 `user-` 这一部分。
{% endhint %}

<figure><img src="/files/cd6cf1cc58d9e5a18ad16ebecbf5a38a63c50baf" alt="Configure proxy"><figcaption></figcaption></figure>

**步骤 5。** 最后，打开你的网页浏览器，输入之前指定的凭据，然后按 **登录**.

<figure><img src="/files/69098565d40e9c13cf0e6c66a8b4ad8f1a531df5" alt="Sign in"><figcaption></figcaption></figure>

就这样！你现在正在使用带有代理 IP 地址的 Wi-Fi 网络。

查找原始 Android 集成博客文章 [这里](https://oxylabs.io/resources/integrations/android).


---

# 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:

```
GET https://developers.oxylabs.io/integrations/cn/proxy-integrations/isp-proxies-guides/android.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.
