A V2Ray client for Android, support Xray core and v2fly core https://v2rayng.2dust.link
Find a file
ᡠᠵᡠᡳ ᡠᠵᡠ ᠮᠠᠨᡩ᠋ᠠᠨ 4a653d4935
Fix badvpn (#4302)
* copying from df181a3065

* add missing includes of dc99ade18d

* update workflow

* fixup! update workflow
2025-01-31 13:58:59 +08:00
.github Fix badvpn (#4302) 2025-01-31 13:58:59 +08:00
AndroidLibXrayLite@78e06f32b4 Update dependencies (#4301) 2025-01-30 20:46:01 +08:00
badvpn@3cb49ab810 Fix badvpn (#4302) 2025-01-31 13:58:59 +08:00
fastlane/metadata/android/en-US Add fastlane metadata for F-Droid (#4121) 2024-12-19 13:03:12 +08:00
hysteria@8c05217590 Update_Submodules (#4292) 2025-01-30 20:20:26 +08:00
libancillary@232d69a5eb Fix badvpn (#4302) 2025-01-31 13:58:59 +08:00
V2rayNG up 1.9.34 2025-01-30 19:55:47 +08:00
.gitignore Build and cache libhysteria2.so (#4226) 2025-01-04 10:49:04 +08:00
.gitmodules Fix badvpn (#4302) 2025-01-31 13:58:59 +08:00
compile-tun2socks.sh Fix badvpn (#4302) 2025-01-31 13:58:59 +08:00
CR.md Update CR.md 2023-11-17 14:15:29 +08:00
libhysteria2.sh Reproducible Builds for libhysteria2.so (#4249) 2025-01-11 10:38:47 +08:00
LICENSE . 2023-01-12 14:35:38 +08:00
README.md Update kotlin version to 2.1.0 (#4050) 2024-11-28 09:52:50 +08:00
tun2socks.mk Fix badvpn (#4302) 2025-01-31 13:58:59 +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

Get it on Google Play

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