AndroidLibXrayLite/README.md

14 lines
246 B
Markdown
Raw Permalink Normal View History

2022-06-26 20:19:27 +08:00
# AndroidLibXrayLite
2022-10-20 21:15:07 +03:30
## Build requirements
* JDK
* Android SDK
* Go
* gomobile
## Build instructions
1. `git clone [repo] && cd AndroidLibXrayLite`
2. `gomobile init`
3. `go mod tidy -v`
2024-09-07 21:00:31 +08:00
4. `gomobile bind -v -androidapi 21 -ldflags='-s -w' ./`