Following this I\'m trying to link correctly some cpp and hpp files.
I\'m starting by an existing project and I would to connect all toghether.
I read that I have 2 possibi
I suggest you to use Android Studio to create a project with C++ support. You can see this article for example.
If you have to build a wrapper between your Android/Kotlin code and your C++ classes, you can read this thread