I upgraded my React native from 0.71.8 to 0.76.5. After the upgrade, I run the app on my Android phone, and I got the below error
java.lang.UnsatisfiedLinkError: dlopen failed: library "libhermes_executor.so" not found at java.lang.Runtime.loadLibrary0 (Runtime.java:1081)
at java.lang.Runtime.loadLibrary0 (Runtime.java:1003)
at java.lang.System.loadLibrary (System.java:1765)
at com.facebook.soloader.nativeloader. System Delegate.loadLi brary(SystemDelegate.java:24)
classpath('com.android.tools.build:gradle:8.6.0')
minSdkVersion = 24
compileSdkVersion = 34
targetSdkVersion = 34