https://github.com/2dust/androidlibxraylite
https://github.com/2dust/androidlibxraylite
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/2dust/androidlibxraylite
- Owner: 2dust
- License: lgpl-3.0
- Created: 2020-11-26T05:24:50.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-04-14T09:38:03.000Z (about 2 months ago)
- Last Synced: 2026-04-14T11:16:07.183Z (about 2 months ago)
- Language: Go
- Size: 9.47 MB
- Stars: 420
- Watchers: 18
- Forks: 281
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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' ./`