How to solve depedency with ndk-build in Android? -
i've googled solution, no 1 of them has solved problem.
i have downloaded tess-two , tried ndk-build downloaded ndk15r https://developer.android.com/ndk/downloads/index.html nothing happens, same issue:
error:(687) android ndk: module pngt depends on undefined modules: z
error:(700) *** android ndk: aborting (set app_allow_missing_deps=true >allow missing dependencies) . stop. error:execution failed task ':tess-two:ndkclean'.process 'command '/users/archimedia/library/android/sdk/ndk-bundle/ndk-build'' finished non-zero exit value 2
i've tried ignore error when terminal i'm gone in tess-two directory, , i've typed "ndk-build", , i've imported project directly. android studio console has logged same error.
how can save life???
i had similar (though not same) error. able fix downgrading ndk-bundle
13b
.. can older versions here.
just extract , copy $android_home/ndk-bundle
.
Comments
Post a Comment