20

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.

0

2 Answers 2

18

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

Sign up to request clarification or add additional context in comments.

Comments

5

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

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

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.