how to use c/cpp library/functions in android(如何在 android 中使用 c/cpp 库/函数)
问题描述
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 in c/cpp. how to use pointer/structure in android?
actually, I am trying to develop a remote desktop application through which I should be able to access my pc in android.
The Android NDK is a toolset that lets you embed components that make use of native code in your Android applications. What is the NDK
Following are some link which help you to work in Android NDK
- Using NDK to Call C code from Android Apps
- Android Beginners: NDK Setup Step by Step
- Writing applications using the Android NDK
这篇关于如何在 android 中使用 c/cpp 库/函数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!