android-rooting-tools / android_run_root_shell

567 stars 260 forks source link

ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk gives error #48

Open walkman4321 opened 6 years ago

walkman4321 commented 6 years ago

On Execute ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk gives error Android NDK: Module run_root_shell depends on undefined modules: cutils c dl icuuc icui18n utils log
Please help me how to define module

dadreamer commented 6 years ago

https://stackoverflow.com/questions/42917707/android-ndk-module-mediaencoder-depends-on-undefined-modules-cutils-gnustl-dl

tsangjustin commented 6 years ago

You need to install an older version of ndk Android NDK, Revision 10e (May 2015) worked for me. Since the last commit was 3 years ago