how to use c/cpp library/functions in android

后端 未结 2 1505
孤独总比滥情好
孤独总比滥情好 2020-12-28 16:36

I want to use c/cpp functions/library in an Android application using jni. any suggestion / links / tutorials /example ?

my problem with pointer/structure return

2条回答
  •  鱼传尺愫
    2020-12-28 16:52

    You need to use Android NDK (Native Development Kit).

    The NDK package also contains some demos you can compile and run.

提交回复
热议问题