dji-sdk / Mobile-SDK-Android-V5

MSDK V5 Sample
Other
247 stars 126 forks source link

Couldn't load lib #339

Closed antonymarion closed 1 month ago

antonymarion commented 1 month ago

This ticket (https://github.com/dji-sdk/Mobile-SDK-Android-V5/issues/293) has been closed, but it seems that since last release MSDK 5.9.0 with minSDK 23 we get the "Unkown error" on startLiveStream method.

The doc tells to change the min sdk to 21 but we can't because of conflicting version: https://sdk-forum.dji.net/hc/en-us/articles/13201276673689-What-happen-if-the-startLiveStream-returns-an-unknown-error

What is the "normal solution" here to get the startLiveStream working here with last release

By the way, would you consider to merge this PR https://github.com/dji-sdk/Mobile-SDK-Android-V5/pull/242 since it seems critical too

Thks,

antonymarion commented 1 month ago

Ok fixed, for your information the bug appears when left part is active

image

So it seems that the SDK is very sensitvie to gradle and android versions

dji-dev commented 1 month ago

Agent comment from yating.liao in Zendesk ticket #107865:

The issue of users encountering exceptions on Gradle version 8 has been brought to our attention. Therefore, we would like to advise users to consider using the recommended version provided in the sample code, which is 7.4.2.

Thank you.

°°°