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

JNI file missing error

Open mohanrajsambath opened this issue 8 years ago • 5 comments

cannot resolve the corresponding JNI files, Error:Execution failed for task ':app:compileDebugJavaWithJavac'.

Compilation failed; see the compiler error output for details.

4

screen shot 2016-04-27 at 12 10 58 pm

mohanrajsambath avatar Apr 27 '16 06:04 mohanrajsambath

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

Can you send me a PR for this?

madhur avatar May 02 '17 06:05 madhur

Sorry but i don't know what is mean "PR"???

On 2 May 2017 12:05 p.m., "Madhur Ahuja" [email protected] wrote:

Can you send me a PR for this?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/madhur/android-chat-starter/issues/13#issuecomment-298508960, or mute the thread https://github.com/notifications/unsubscribe-auth/AKKEg-c61A6T2H9_aNgv9NbPv3GD6ci5ks5r1s7JgaJpZM4IQpWe .

ashishsharma30 avatar May 02 '17 06:05 ashishsharma30

Pull Request

madhur avatar May 02 '17 06:05 madhur

Ok, thanks.. But again I'm so sorry I'm new how to ues githubs function i don't know how to create PR... I'm using ubantu os can you suggest me whatcan i do for PR... Again sorry don't be angry I'm asking to stupid questions to you... I google it but don't understand what to do..

On 2 May 2017 12:29 p.m., "Madhur Ahuja" [email protected] wrote:

Pull Request

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/madhur/android-chat-starter/issues/13#issuecomment-298513544, or mute the thread https://github.com/notifications/unsubscribe-auth/AKKEg93ipFBz4f-Q6eTZ1-xCP7xt1GqQks5r1tRtgaJpZM4IQpWe .

ashishsharma30 avatar May 02 '17 07:05 ashishsharma30