I want to use android NDK in my project. So my question is, how to integrate and execute default sample project of hello-jni from android NDK ? Please provide me step by step solution on it ... I don't know anything about it...
feedback
|
|
Here is a rather good tutorial for NDK beginners : Getting Started with the NDK. | |||
|
feedback
|
| |||
|
feedback
|
|
Learn it the tough way to remember things. Inside Andaroid NDK you downloaded from developers.android.com, you will have docs folder in which you shall be having different documents which will clearly tell you how and when NDK should be used.Especially go through OVERVIEW.HTML Completely. http://developer.android.com/sdk/ndk/index.html I did it this way when i used NDK first time. And i strongly recommend only this way.. If you are confused what is Native Code -> It is the C or C++ or Assembly code that you want to use with Android application. This is being called as native code as it is not in java language. All the best. | |||
|
feedback
|