android-chat-starter icon indicating copy to clipboard operation
android-chat-starter copied to clipboard

Cannot compile jni

Open RobySamuel opened this issue 8 years ago • 1 comments

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

capture

How can i fix it?

Thank you.

RobySamuel avatar Sep 16 '16 11:09 RobySamuel

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.

ashishsharma30 avatar May 02 '17 06:05 ashishsharma30