I want to create a JNI based Android project in eclipse juno.
How can I create a simple “Hello World” Project in android by using Java and C++. Is there any tutorial that could help me to the above mentioned app by using JNI.
By running the app it shows the following errors
http://mindtherobot.com/blog/452/android-beginners-ndk-setup-step-by-step/
This is a great tutorial to start with NDK.
Ok Here is the code Activity–
NDK.cpp
Android.mk
Put Android.mk and NDK.cpp in
jnifolderNow build the library using cygwin (if you are developing on window), same as mention in the example. and run it.