OK6410 development board Android system development (3) compilation error: Could not load 'clearsilver-jni'

The system uses 64bit Ubuntu12.04, jdk is the default version 1.6

OK6410 according to documents made one change
External / clearsilver / cgi / Android.mk,
External / clearsilver / the Java-JNI / Android.mk
External / clearsilver / util / Android.mk
External / clearsilver / cs / Android.mk
four as a makefile becomes:

 LOCAL_CFLAGS + = -m64
 LOCAL_LDFLAGS + = -m64

# LOCAL_CFLAGS += -m32
# LOCAL_LDFLAGS += -m32

According to the document after enter the command: ./ build-android

The results appeared Could not load 'clearsilver-jni'
and then make clean look, still the same problem,

Last look at the compiled version of the script found a problem, do not bother to tune, so after you adjust all configurations directly to "make V = s" like, do not use the official script

Published 11 original articles · won praise 10 · views 10000 +

Guess you like

Origin blog.csdn.net/weixin_37705509/article/details/81270194