The corresponding lib resource downloaded from the official website has been placed under the project lib or an error is reported. The reason is that the project does not load the lib
sourceSets { main { jniLibs.srcDirs = ['libs'] } } put this in build.gradle inside android inside android{ ............... .....
sourceSets { main { jniLibs.srcDirs = ['libs'] } }
.... }
Read More:
- Plugin is too old, please update to a more recent version, or set ANDROID_DAILY_OVERRIDE environment
- Android: Can’t create handler inside thread that has not called Looper.prepare() [Solved]
- [Solved] Android app development version update failed, Android – error: task execution failed ‘: app: com
- [Solved] Android Studio Error: The binary version of its metadata is 1.5.1, expected version is 1.1.15.
- [Solved] TF2.4 Error: Failed to get convolution algorithm. This is probably because cuDNN failed to initialize
- Failed to get convolution algorithm. This is probably because cuDNN failed to initialize,
- [Solved] Failed to get convolution algorithm. This is probably because cuDNN failed to initialize
- [Solved] Failed to apply plugin appears when Android studio imports a project
- [Solved] UE4 Android Package Error: failed for task :permission_library:compileDebugJavaWithJavac
- [Solved] error: Failed dependencies libcrypto.so.10()(64bit) is needed, libssl.so.10()(64bit) is needed
- JZVideo Error: Attempt to invoke virtual method ‘android.view.Window android.app.Activity.getWindow()’ on a null object reference
- [Solved] Android resource linking failed, error: failed linking references.
- [Solved] Failed to install the following Android SDK packages as some licences have not been accepted
- Android Error: Android resource linking failed [How to Solve]
- The SDK of Android webrtc compiled with Ninja – C out / release command reported an error, and the Android NDK processing method could not be found
- [Solved] Android Studio Error: AAPT: error: file failed to compile
- SAP: How to Solve error Message Number SO322
- [Solved] Failed to initialize the editor as the document is not in standards mode. TinyMCE requires standards mode.
Paly sotor