26 lines
1.5 KiB
Markdown
26 lines
1.5 KiB
Markdown
# v2rayNG
|
|
|
|
A V2Ray client for Android
|
|
|
|
[](https://developer.android.com/about/versions/jelly-bean#android-4.2)
|
|
[](https://kotlinlang.org)
|
|
[](https://github.com/2dust/v2rayNG/commits/master)
|
|
[](https://www.codefactor.io/repository/github/2dust/v2rayng)
|
|
[](https://github.com/2dust/v2rayNG/releases)
|
|
|
|
<a href="https://play.google.com/store/apps/details?id=com.v2ray.ang">
|
|
<img alt="Get it on Google Play" src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png" width="165" height="64" />
|
|
</a>
|
|
|
|
### Usage
|
|
|
|
See our [wiki](https://github.com/2dust/v2rayNG/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 under AndroidLibV2rayLite folder. For a quick start, read guide for [Go Mobile](https://github.com/golang/go/wiki/Mobile)
|
|
and [Makefiles for Go Developers](https://tutorialedge.net/golang/makefiles-for-go-developers/)
|
|
|
|
v2rayNG can run on Android Emulators, with minimum Android 5.0
|