An open API service indexing awesome lists of open source software.

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++

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

![](/pictures/javah.png)

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