android-chat-starter
android-chat-starter copied to clipboard
JNI file missing error
cannot resolve the corresponding JNI files, Error:Execution failed for task ':app:compileDebugJavaWithJavac'.
Compilation failed; see the compiler error output for details.
4
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.
Can you send me a PR for this?
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 .
Pull Request
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 .