A V2Ray client for Android, support Xray core and v2fly core https://v2rayng.2dust.link
Find a file
David 861b1746e3
Update strings.xml (#5097)
將沒有翻譯為繁體中文的信息翻譯為了繁體中文。
2025-12-18 20:56:43 +08:00
.github update libtun build script (#5055) 2025-11-26 15:21:32 +08:00
AndroidLibXrayLite@1655d531cb Update AndroidLibXrayLite 2025-12-09 10:16:44 +08:00
badvpn@e68480088a git submodule update --remote 2025-02-22 16:51:24 +08:00
fastlane/metadata/android/en-US Add fastlane metadata for F-Droid (#4121) 2024-12-19 13:03:12 +08:00
hev-socks5-tunnel@4682d7983c Update submodules AndroidLibXrayLite and hev-socks5-tunnel 2025-12-03 09:38:08 +08:00
hysteria@55e70a5f44 Update hev-socks5-tunnel and hysteria submodules 2025-11-19 16:59:34 +08:00
libancillary@232d69a5eb Fix badvpn (#4302) 2025-01-31 13:58:59 +08:00
V2rayNG Update strings.xml (#5097) 2025-12-18 20:56:43 +08:00
.gitignore Update .gitignore 2025-03-28 10:56:59 +08:00
.gitmodules Update .gitmodules 2025-11-19 16:54:44 +08:00
compile-hevtun.sh update libtun build script (#5055) 2025-11-26 15:21:32 +08:00
compile-tun2socks.sh update libtun build script (#5055) 2025-11-26 15:21:32 +08:00
CR.md Update CR.md 2023-11-17 14:15:29 +08:00
libhysteria2.sh optimization (#4393) 2025-03-21 18:13:04 +08:00
LICENSE . 2023-01-12 14:35:38 +08:00
README.md Update kotlin to version 2.2.21 (#5077) 2025-12-06 18:48:15 +08:00
tun2socks.mk Revert "Optimization (#4426)" (#4437) 2025-03-29 18:06:09 +08:00

v2rayNG

A V2Ray client for Android, support Xray core and v2fly core

API Kotlin Version GitHub commit activity CodeFactor GitHub Releases Chat on Telegram

Telegram Channel

github_2dust

Usage

Geoip and Geosite

  • geoip.dat and geosite.dat files are in Android/data/com.v2ray.ang/files/assets (path may differ on some Android device)
  • download feature will get enhanced version in this repo (Note it need a working proxy)
  • latest official domain list and ip list can be imported manually
  • possible to use third party dat file in the same folder, like h2y

More in our wiki

Development guide

Android project under V2rayNG folder can be compiled directly in Android Studio, or using Gradle wrapper. But the v2ray core inside the aar is (probably) outdated.
The aar can be compiled from the Golang project AndroidLibV2rayLite or AndroidLibXrayLite. For a quick start, read guide for Go Mobile and Makefiles for Go Developers

v2rayNG can run on Android Emulators. For WSA, VPN permission need to be granted via appops set [package name] ACTIVATE_VPN allow