dji-sdk / Mobile-SDK-Android

DJI Mobile SDK for Android: http://developer.dji.com/mobile-sdk/
Other
972 stars 579 forks source link

Avoid using bundled version of Google Play services SDK #1229

Open Jai-GAY opened 1 year ago

Jai-GAY commented 1 year ago

com.google.android.gms:play-services, this code potentially gives a lot of problem.

removing it cause the following errors. https://github.com/dji-sdk/Mobile-SDK-Android/blob/2b11ef41836bf233d3fecea272860771120608fe/Sample%20Code/app/src/main/java/com/dji/sdk/sample/demo/lookat/LookAtMissionView.java#L56 https://github.com/dji-sdk/Mobile-SDK-Android/blob/2b11ef41836bf233d3fecea272860771120608fe/Sample%20Code/app/src/main/java/com/dji/sdk/sample/demo/camera/FetchMediaView.java#L17

Not a conventional way of coding approach.

dji-dev commented 1 year ago

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

Here are the necessary dependencies for the SDK. Other dependencies may be used by the sample, which you can choose to use or not in your project.
image.png

°°°