AndroidLibXrayLite

October 20, 2022 ยท View on GitHub

Build requirements

  • JDK
  • Android SDK
  • Go
  • gomobile

Build instructions

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

Contents

  1. 1Build requirements
  2. 2Build instructions