Hello,
Your example is working very well.
I've some libraries I want to convert for Android too and wondering how to adapt my project drawing yours ?
Which .cpp, .i and .h I must keep to working with my project who is under cmake too ?
And can your project work with fully support of stl library ? (Because I've many problem to making work my library on Android, because we use c++11 code and I've seen library of Android is not fully stl compatible.
Thanks for help.