android-chat-starter
android-chat-starter copied to clipboard
Cannot compile jni
Hi madhur,
I tried to compile the jni lib from your source, but i theres a problem to it. It show like the below screenshot
How can i fix it?
Thank you.
Insert in to build.gradle(Module:App) these lines: sourceSets.main { jniLibs.srcDir 'libs' jni.srcDirs = [] //disable automatic ndk-build call } sync now it'll auto create jni libs.
All the best.