dji-sdk / Mobile-SDK-Android-V5

MSDK V5 Sample
Other
271 stars 144 forks source link

Support latests versions of Gradle in Alpha Version 5.11.0-a1 #430

Open punto338 opened 6 days ago

punto338 commented 6 days ago

When using lasts versions of gradle/AGP like 8.5.2, there are some features that doesn't work, like #428 .

Working good when using the sample AGP/Gradle, but not working in latests versions. Also, a lot of non DJI dependencies depend on gradle version, with an old version of gradle, some of the dependencies can't be used on its last version, and this is a problem because DJI SDK makes that the whole app is depending on the old version of AGP/Gradle (7.4.2)

dji-dev commented 5 days ago

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

Could you let us know which features are affected by the Gradle?

°°°

punto338 commented 4 days ago

Using this code:

image

using gradle 7.4.2 is working fine, livestream is OK, but in gradle 8.7 I get this error:

error trying to stream: UNKNOWN => Live stream error is unknown

The only change I make is the gradle version, so no doubt is gradle issue.

dji-dev commented 4 days ago

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

I will test it. Please wait for a while.

°°°

punto338 commented 2 days ago

Agent comment from yating.liao in Zendesk ticket #119289:I will test it. Please wait for a while.

°°°

Hello, any updates?