> For the complete documentation index, see [llms.txt](https://wiki.openv2.icu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.openv2.icu/android/v2rayng.md).

# Android - V2rayNG 使用教程

## 一、下载 V2rayNG，安装

{% hint style="info" %}
下载地址：

<https://down.openv2.icu/downloads/v2rayNG_1.7.19.apk>
{% endhint %}

{% hint style="warning" %}
（备用）下载地址：

<https://github.com/2dust/v2rayNG/releases/download/1.7.19/v2rayNG_1.7.19.apk>
{% endhint %}

## 二、使用方法，快速配置

{% hint style="info" %}
1、复制订阅地址，V2rayNG安装完成后。

步骤，手机打开[机场官网](https://wiki.openv2.icu/android/www.openv2.cc) ---> 登录 ---> 左上角功能键 ---> 我的订阅---> 一键订阅 ---> 复制订阅地址 &#x20;
{% endhint %}

![图1，手机打开机场官网并登录，点击左上角功能键，弹出侧边功能栏](/files/-MNmp47QeYzTTpEPu71V)

![图2，点击一键订阅，点击复制订阅地址](/files/-MNmpHH9dR3Q3Za-I0Ud)

{% hint style="info" %}
2、添加订阅，手机打开V2rayNG应用程序

步骤，打开APP后，点击左上角功能键 ---> 订阅设置 ---> 点右上角"+"加号键 ---> 添加订阅地址 ---> 保存 ---> 返回主页，右上角更新订阅。
{% endhint %}

![图1，手机打开官网并登录后，点击左上角功能键，弹出侧边功能栏，再点订阅设置](/files/-MNmq4CJfVzFI5VCRtS7)

![图2，点击右上角 " + "加号，添加订阅地址，从官网复制过来](/files/-MNmq95cl9aKOEXxFyAM)

![图3，添加订阅地址，地址从官网复制过来粘贴，备注名随便填写，再点击右上角"勾"确认,。](/files/-MNmqcKbwON8Pdsbddeq)

![图4，APP首页点击右上角按钮，再点击更新订阅，可手动选择指定节点。](/files/-MNmrkL7lsl-l9bmLEZz)

{% hint style="success" %}
3、设置完成，打开Google官网验证是否连通。

[www.google.com](https://wiki.openv2.icu/android/www.google.com)
{% endhint %}

## 三、设置完成，返回[官网](https://wiki.openv2.icu/android/www.openv2.cc)


---

# 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://wiki.openv2.icu/android/v2rayng.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.
