79742256

Date: 2025-08-21 12:04:18
Score: 2
Natty:
Report link

in app/build.gradle

add

android {

...

packagingOptions {
           jniLibs {
                     useLegacyPackaging = true
                   }
           }

}

https://developer.android.com/guide/topics/manifest/application-element

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Roman