How to link correctly C++ files to an existing Android Project in Android Studio?

后端 未结 2 730
一个人的身影
一个人的身影 2021-01-19 08:05

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

2条回答
  •  执笔经年
    2021-01-19 08:19

    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

提交回复
热议问题