Ask Your Question
0

NDK support for ARMv6

asked 2013-01-28 09:45:55 -0600

Madz gravatar image

updated 2020-10-05 08:35:39 -0600

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

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
3

answered 2013-01-28 14:09:22 -0600

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.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-01-28 09:45:55 -0600

Seen: 691 times

Last updated: Jan 28 '13