it work well in androd 4.0, but in android 4.4 and 5.0 it error: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "hb_ft_face_create" referenced by "libHelloWorld.so"...
i build share library (harfbuzz-ng.so), hb_ft_face_create is in harfbuzz-ng.so, and HelloWorld.so is use the function hb_ft_face_create() and hb_ft_font_create()。
but Other function work well。i test in ndk10 and ndk11.