The crash of "Unable to get provider dji.v5.inner.background.BackGroundWatcherInstaller" encountered with MSDK V5 is usually due to the fact that Helper.install(this) is not called directly during application initialization.
com.secneo.sdk.helper.install(this) is used to decrypt the MSDK. If it is not called before starting the application, the above crash will occur.
As a reference, here is the sample code of sample:https://github.com/dji-sdk/Mobile-SDK-Android-V5/blob/dev-sdk-main/SampleCode-V5/android-sdk-v5-sample/app- aircraft/src/main/java/dji/sampleV5/aircraft/DJIAircraftApplication.kt#L18
Comments
0 comments
Please sign in to leave a comment.