Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Execution failed for task ':app:mergeDebugNativeLibs'. > A failure occurred while executing com.android.build.gradle.internal.tasks.MergeNativeLibsTask$MergeNativeLibsTaskWorkAction

Famous Frog answered on May 21, 2023 Popularity 6/10 Helpfulness 6/10

Contents


More Related Answers

  • Execution failed for task ':app:mergeDexDebug'
  • Execution failed for task ':app:mergeDebugResources'.
  • Execution failed for task ':app:mergeDebugResources'. flutter
  • Execution failed for task ':app:mergeDebugResources'. [string/google_app_id] Duplicate resources

  • Execution failed for task ':app:mergeDebugNativeLibs'. > A failure occurred while executing com.android.build.gradle.internal.tasks.MergeNativeLibsTask$MergeNativeLibsTaskWorkAction

    0

    add this to your app/build.gradle

    android {

    // yout existing code

    packagingOptions {

    pickFirst '**/libc++_shared.so'

    pickFirst '**/libfbjni.so'

    }

    Popularity 6/10 Helpfulness 6/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on May 21 2023
    Famous Frog
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.