i try to run DRkLo project plz help me:
Error:FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':TMessagesProj:externalNativeBuildX86Debug'.
Build command failed.
Error while executing process C:\android-ndk-r14b\ndk-build.cmd with arguments {NDK_PROJECT_PATH=null APP_BUILD_SCRIPT=C:\Users\Gooddeveloper.AndroidStudio2.3\Telegram-master\TMessagesProj\jni\Android.mk NDK_APPLICATION_MK=C:\Users\Gooddeveloper.AndroidStudio2.3\Telegram-master\TMessagesProj\jni\Application.mk APP_ABI=x86 NDK_ALL_ABIS=x86 NDK_DEBUG=1 APP_PLATFORM=android-14 NDK_OUT=C:/Users/Gooddeveloper/.AndroidStudio2.3/Telegram-master/TMessagesProj/build/intermediates/ndkBuild/x86/debug/obj NDK_LIBS_OUT=C:\Users\Gooddeveloper.AndroidStudio2.3\Telegram-master\TMessagesProj\build\intermediates\ndkBuild\x86\debug\lib NDK_APPLICATION_MK:=jni/Application.mk APP_PLATFORM:=android-14 C:/Users/Gooddeveloper/.AndroidStudio2.3/Telegram-master.
make (e=87): The parameter is incorrect.
.
.
.
make: * [C:/Users/Gooddeveloper/.AndroidStudio2.3/Telegram-master/TMessagesProj/build/intermediates/ndkBuild/x86/debug/obj/local/x86/libtmessages.24.so] Error 87
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
am having same issue
Can't help you here. I'm only building on linux and it works out of the box with the NDK. (Only thing we might need to change is the signing config.)
hi @gooddeveloper2107 @bbincybbaby were you able to fix this problem? i'm facing the same problem at the moment and i can't figure out how to fix it.
i have fixed this error for 3.18.1
@bbincybbaby how did you fix it?
To fix this go to the folder where you cloned the project and run
git submodule update --init --recursive
hi how to run below code in android studio:
git submodule update --init --recursive
i have this problem in android studio and i cant resolve this.
@bbincybbaby how to fix this error?
its not working for me
just use version 12 of ndk
On Wed, Jun 20, 2018 at 5:27 PM, Imran Samed notifications@github.com
wrote:
its not working for me
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/Telegram-FOSS-Team/Telegram-FOSS/issues/130#issuecomment-398739112,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AYqUMaLTo4L0rz2FMulWJmYSjC-VMHwtks5t-kbMgaJpZM4MpW__
.
I am facing same problem guys
anyone please help me
Still not working in 2019
Most helpful comment
To fix this go to the folder where you cloned the project and run
git submodule update --init --recursive