How do i call C/C++ code from Android using JNA?

前端 未结 2 1145
醉酒成梦
醉酒成梦 2020-12-19 10:23

I\'m trying to integrate this specific library to my Android project, and the library is written in C/C++. I\'ve miraculously gotten ndk-build to give me the ne

2条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-19 10:55

    Do go to project properties and build paths and remove JNA 4.0 and related classes. This will work!

提交回复
热议问题