Mobile-SDK-Android icon indicating copy to clipboard operation
Mobile-SDK-Android copied to clipboard

Avoid using bundled version of Google Play services SDK

Open Jai-GAY opened this issue 2 years ago • 1 comments

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.

Jai-GAY avatar May 03 '23 08:05 Jai-GAY

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

°°°

dji-dev avatar May 04 '23 12:05 dji-dev