Ask Your Question
0

static initialization And multipleAPK without Jni code

asked 2013-04-22 05:50:41 -0600

atasoyh gravatar image

I use Opencv with Android Library Project SDK. I need create multiple-apk each CPU. But My code has no JNI part.(no Apllication.mk) And i can't filter CPU on AndroidManifest. How should I do?

CPU architecture (ABI)
This is based on the native libraries included in each APK (which are determined by the architectures you declare in the Application.mk file) when using the Android NDK.
edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2013-05-16 01:46:10 -0600

atasoyh gravatar image

I decided to use empty jni that defines arm for filtering.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-04-22 05:50:41 -0600

Seen: 213 times

Last updated: May 16 '13