Problem description
This error occurs when I use the opencv3.4.16 official so file in Android studio
Sort by Pvalue from smallest to largest
Change the build.gradle file
Change arguments “- dandroid_stl = C + + _shared”
to arguments “- dandroid_stl = gnustl_shared”
Possible causes:
Opencv3.4.16 officially uses the gun compiler, so it is specified as gnustl_shared
Read More:
- QT Error: use of undeclared identifier [How to Solve]
- Error c2065: ‘QAPP’: undeclared identifier [Solved]
- Error c2065: “gwl_wndproc”: undeclared identifier [How to Solve]
- [Solved] Android Studio Compile error: Cannot use connection to Gradle distribution . as it has been stopped.
- [Solved] Vs2015 error c2065: undeclared identifier error (__func__)
- [Solved] Android Studio Start Error: Missing essential plugin: org.jetbrains.android Please reinstall Android
- MFC:: error C2065: “IDD_DIALOG1”: undeclared identifier Sending and handling custom messages in MFC threads
- [Solved] Error ‘false‘ undeclared (first use in this function)
- Android studio version 3.0 import version 2.2.2 error Error:This Gradle plugin requires Studio 3.0 minimum
- [Solved] Android Studio 4.1 get manifestOutputDirectory error
- [Solved] Failed to apply plugin appears when Android studio imports a project
- [Solved] Android Studio Compile Error: Could not determine java version from ‘11.0.8‘.
- Android Studio: Gradle project sync failed [How to Solve]
- Android Studio Error: String index out of range 0 [How to Solve]
- [Solved] Windows Android Studio Cannot Start Error: Internal error. Please refer to https://code.google.com/p/android/issue
- Android Studio error: unrecognized Attribute name MODULE
- [Solved] Android-android studio apk Install Error: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED
- Flutter android studio runs gradle build error: Could not resolve all artifacts for configuration’:classpath’.
- Android studio Error:Execution failed for task ‘: app:transformResourcesWithMergeJavaResForDebug ‘
- Android studio configurate intent-filter and compile error [Solved]