8000 GitHub - ltz1990/aleaf: Shows how to build a VPN app for Android using leaf: https://github.com/eycorsican/leaf .
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ aleaf Public
forked from wizos/aleaf

Shows how to build a VPN app for Android using leaf: https://github.com/eycorsican/leaf .

Notifications You must be signed in to change notification settings

ltz1990/aleaf

 
 

Repository files navigation

aleaf

Shows how to build a VPN app for Android using leaf.

Dependencies

  • Rust
  • GCC/clang
  • Make
  • SDK
  • NDK

Building

export ANDROID_HOME=/path/to/sdk
export NDK_HOME=/path/to/sdk/ndk-bundle

rustup target add aarch64-linux-android x86_64-linux-android

git clone https://github.com/eycorsican/aleaf
cd aleaf

./app/src/main/rust/leaf-android/build.sh debug

Refer here and here for more details.

About

Shows how to build a VPN app for Android using leaf: https://github.com/eycorsican/leaf .

Resources

Stars

0 stars 3F40

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 60.3%
  • Shell 27.9%
  • Rust 11.8%
0