falcon11 / v2ray_mobile_lib

v2ray mobile library for Android/iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v2ray_mobile_lib

This library is used in V2RayNG-android for support V2Ray.

This library is used in V2RayNG-iOS for support V2Ray.

Setup

make init_env

Build

export http_proxy=http://127.0.0.1:10809
export https_proxy=http://127.0.0.1:10809
export ANDROID_HOME=/path/to/Android/Sdk
export ANDROID_NDK_HOME=/path/to/Android/android-ndk-r20b

# Build an AAR
make build_android

# Build a Framework
make build_ios

About

v2ray mobile library for Android/iOS

License:GNU Lesser General Public License v3.0


Languages

Language:Go 65.9%Language:Shell 18.2%Language:Makefile 15.9%