https://github.com/i-redbyte/ndk-example
Experiments with android ecosystem and C/C++
https://github.com/i-redbyte/ndk-example
Last synced: 11 months ago
JSON representation
Experiments with android ecosystem and C/C++
- Host: GitHub
- URL: https://github.com/i-redbyte/ndk-example
- Owner: i-redbyte
- License: mit
- Created: 2021-06-13T20:14:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-05T16:04:14.000Z (over 1 year ago)
- Last Synced: 2025-03-26T05:30:47.522Z (about 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 635 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My NDK Experiments #
Experiments for C/C++ with Android:
Implemented:
- [Stepik course](/app/src/main/jni/stepik/README.md)
## Useful ##
- External tool for generate jni header

`Arguments: -h $ContentRoot$/jni $FileDir$/$FileName$`