Ask Your Question
1

Can't setup NDK for Eclipse+OpenCV4Android

asked 2013-02-22 01:59:37 -0600

NightLife gravatar image

updated 2013-02-22 07:12:30 -0600

Andrey Pavlenko gravatar image

Hi friends,

I have a big problem with installing NDK and openCV in linux for my Eclipse+Android SDK and also the home page of andrroid NDK is so unclear for me. can somebody help me please?!!!!

edit retag flag offensive close merge delete

Comments

1

You know, I have a problem with NDK, I can not install int and also in these tutorials suppose that a user installed it!!!! I have downloaded it but installing is so unclear.

Please help me!!!!

NightLife gravatar imageNightLife ( 2013-02-22 03:16:01 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
2

answered 2013-02-22 05:13:08 -0600

rics gravatar image

updated 2013-02-22 05:14:05 -0600

To configure the NDK I used the general Android NDK documentation. I downloaded it from here. Then I have done the following:

unzip
sudo mv android-ndk-r8d /usr/local

On Eclipse side (without OpenCV): importing ndk/samples/hello-jni into workspace. Run does not work because the jni compilation has not been performed.

cd /usr/local/android-ndk-r8d/samples/hello-jni
../../ndk-build

It creates the libs/armeabi/libhello-jni.so. After that it was working on my tablet and in the emulator as well.

To make an OpenCV native project (tutorial-3-native) work I have set NDKROOT (export NDKROOT=/usr/local/android-ndk-r8d/) and deleted .cmd as extension from ndk-build in the configuration panel.

The whole building process can be performed from eclipse and the project was workin on the tablet.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-02-22 01:59:37 -0600

Seen: 581 times

Last updated: Feb 22 '13