AndroidLibV2rayLite

March 26, 2025 ยท View on GitHub

Build requirements

  • JDK
  • Android SDK
  • Go
  • gomobile

Build instructions

  1. git clone [repo] && cd AndroidLibV2rayLite
  2. gomobile init
  3. go mod tidy -v
  4. gomobile bind -v -androidapi 21 -ldflags='-s -w' ./

Contents

  1. 1Build requirements
  2. 2Build instructions