-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.UnsatisfiedLinkError in Android14 using version 5.11.0-a1 #428
Comments
Agent comment from SHENRONG.LE in Zendesk ticket #118387: Hello, thank you for contacting DJI Innovation. Will there be an error when running the official sample? Looks like it's not in the official library I hope our solution can help you, thank you for your email, wish you a happy life! Best Regards, °°° |
Agent comment from SHENRONG.LE in Zendesk ticket #118387: May I ask what is the latest error reported at present? Can you provide the error information? I hope our solution can help you, thank you for your email, wish you a happy life! °°° |
Agent comment from SHENRONG.LE in Zendesk ticket #118387: Thank you for your understanding and support, I wish you a happy life! °°° |
Hello, I have my app with succesful initialization and registration. In my activity I have this Java code:
and I get this error:
MRTCController E Couldn't load libJNI_ERR returned from JNI_OnLoad in "/data/app/~~gHq_QrxcDaKlbGt5JuYvwA==/com.myapp.app-41P7upOnZbnEjCM4y9K7Qg==/lib/arm64/libmrtc_core_jni.so"
I am using these dependencies and testing in Android 14
withDJIImplementation "com.dji:dji-sdk-v5-aircraft-alpha:5.11.0-a1" withDJICompileOnly "com.dji:dji-sdk-v5-aircraft-provided-alpha:5.11.0-a1"
AGP Version: distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
I also tried with these configurations, but problem is the same:
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.2-bin.zip
how can this error be solved?
The text was updated successfully, but these errors were encountered: