mirror of
https://github.com/openlibrecommunity/olcng.git
synced 2026-07-03 14:05:17 +02: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' ./`
|