android-rooting-tools / android_run_root_shell

567 stars 260 forks source link

Android NDK: Module run_root_shell depends on undefined modules: cutils c dl icuuc icui18n utils log #46

Closed Goshik92 closed 7 years ago

Goshik92 commented 7 years ago

Android NDK: APP_PLATFORM not set. Defaulting to minimum supported version android-14. Android NDK: WARNING:libexploit/Android.mk:exploit: LOCAL_LDFLAGS is always ignored for static libraries %USERDIR%/android-ndk-r15c/build//../build/core/build-binary.mk:688: Android NDK: Module run_root_shell depends on undefined modules: cutils c dl icuuc icui18n utils log %USERDIR%/android-ndk-r15c/build//../build/core/build-binary.mk:701: *** Android NDK: Aborting (set APP_ALLOW_MISSING_DEPS=true to allow missing dependencies) . Stop.

I got that error after running ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk

Goshik92 commented 7 years ago

The problem was solved by using android-ndk-r10e from here instead of android-ndk-r15c.