79674849

Date: 2025-06-22 02:27:37
Score: 7.5 🚩
Natty:
Report link

i am facing the same issue i have build.gradle.kts and i use this

packaging {
        resources {
            excludes.addAll(
                listOf(
                    "lib/arm64-v8a/libc++_shared.so",
                    "lib/armeabi-v7a/libc++_shared.so",
                    "lib/x86/libc++_shared.so",
                    "lib/x86_64/libc++_shared.so"
                )
            )
            pickFirsts.add("lib/**/libc++_shared.so") // Prioritize Flutter's version
            // Fallback: merge if exclusion fails
            merges.add("lib/arm64-v8a/libc++_shared.so")
        }
    }

still i am facing the issue its not resolving please help me

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): please help me
  • RegEx Blacklisted phrase (1): i am facing the issue its not resolving please
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): i am facing the same issue
  • Low reputation (1):
Posted by: Mahboob Anwar