Ask Your Question
0

NDK support for ARMv6

asked Jan 28 '13

Madz gravatar image

updated Oct 5 '0

Hi,

I tried to run an openCV facial detection app on my Samsung s5360 which has a 2.3.6 android version. I keep getting INSTALL_FAILED_CPU_ABI_INCOMPATIBLE error message. After some digging up I came into the conclusion that the reason was the latest NDK revision 8d doesn't support ARMv6. Is there a suitable NDK version that would support my phone?

Thanks in advance

Preview: (hide)

1 answer

Sort by » oldest newest most voted
3

answered Jan 28 '13

You need to edit jni/Application.mk file and set APP_ABI to armeabi value. NDK builds all native libs for armeabi-v7a by default, that is not compatible with ARMv6.

Preview: (hide)

Question Tools

Stats

Asked: Jan 28 '13

Seen: 757 times

Last updated: Jan 28 '13