Closed punto338 closed 1 month ago
Agent comment from SHENRONG.LE in Zendesk ticket #118387:
Dear developers,
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,
Dji innovation SDK technical support
image.png
°°°
It happens also in the sample, but the sample can livestream without issues. So may I have to initialize anything else than
com.cySdkyc.clx.Helper.install(this);
and
Agent comment from SHENRONG.LE in Zendesk ticket #118387:
Dear developers,
Hello, thank you for contacting DJI Innovation.
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!
Best Regards,
Dji innovation SDK technical support
°°°
Agent comment from SHENRONG.LE in Zendesk ticket #118387:
Dear developers,
Hello, thank you for contacting DJI Innovation.
Thank you for your understanding and support, I wish you a happy life!
Best Regards,
Dji innovation SDK technical support
°°°
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?