dji-sdk / Mobile-SDK-Android

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

Didn’t find class “dji.sdk.sdkmanager.DJISDKManager$SDKManagerCallback” #1261

Open fabribit opened 5 months ago

fabribit commented 5 months ago

when i compile for targetSDKversion 33 it crashes with this message:

Didn’t find class “dji.sdk.sdkmanager.DJISDKManager$SDKManagerCallback”

It seems that it has not been completely fixed for Android 13, and you can see that in the last commit of the library the targetSDKversion is set at 31

dji-lyt commented 5 months ago

I would like to inquire if the crash occurred on the demoversion. If it did, could you please provide a method to reproduce the issue? When I tested it with targetSDKversion set to 33 in demo, I did not encounter any crashes.