This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-libzt/packages/README.md
2018-07-31 11:53:19 -07:00

9 lines
461 B
Markdown

### Projects and scripts for building various packages
### Android
Pre-built binaries can be found [here]()
This android project builds from the root `CMakeLists.txt` and generates a `.aar` Android Archive which can be imported into an Android Studio project as a library. An example of this library's usage can be found in [examples/android](examples/android). Further examples of the libzt JNI API can be seen in [examples/java](examples/java).
### PyPI