mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
14 lines
246 B
Markdown
14 lines
246 B
Markdown
# AndroidLibXrayLite
|
|
|
|
## 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 21 -ldflags='-s -w' ./`
|