fail572872916

Results 8 issues of fail572872916

![360截图18720117639979](https://user-images.githubusercontent.com/19763500/55564506-9f0a3500-572a-11e9-9875-1917f9f8ee52.png)

I try to get them, but they seem to have been - 1 and 1000000

当我在该框架上使用大疆sdk时,我遇到如下问题 ``` App has crashed, executing CustomActivityOnCrash's UncaughtExceptionHandler android.view.InflateException: Binary XML file line #18 in me.hgj.jetpackmvvm.demo:layout/fragment_home: Binary XML file line #18 in me.hgj.jetpackmvvm.demo:layout/fragment_home: Error inflating class dji.ux.widget.FPVOverlayWidget Caused by: android.view.InflateException:...

No implementation found for int djimrtc.natives.MRTCController.initNativeMRTCCore(java.lang.String) (tried Java_djimrtc_natives_MRTCController_initNativeMRTCCore and Java_djimrtc_natives_MRTCControl ler_initNativeMRTCCore__Ljava_lang_String_2) ![微信截图_20240321132735](https://github.com/dji-sdk/Mobile-SDK-Android-V5/assets/19763500/8bbe4595-84ce-405c-b93b-bb3aaabc5cdf) This issue has been closed in #54, I can't change the version of another library, and now minSdk...

Exception occurred in the resizeViews method,点击 mapWidget 出现 ![微信截图_20221226135129](https://user-images.githubusercontent.com/19763500/209508586-848dccb2-3af7-492e-a1da-3c06af9a7405.png)

识别到人脸后如何停止预览,使摄像头静止

rtmp地址正确,用poliot2可以直播 用sdk5.9.0不可以 ![QQ截图20240529133250](https://github.com/dji-sdk/Mobile-SDK-Android-V5/assets/19763500/b48b7e3c-e130-446e-a619-9d894cf93e9e)

核心错误路径是: 您的代码在网络请求成功后,通过 StringCallback.toLogin() 尝试执行一个操作,要求返回登录界面。 为了实现这个操作,您的代码调用了 com.dylanc.longan 库中的 ActivityKt.finishAllActivitiesExceptNewest()。 该函数内部又调用了 ActivityKt.getTopActivity()。 getTopActivity() 函数尝试从一个内部维护的 Activity 列表中获取最后一个元素,使用了 kotlin.collections.CollectionsKt.last() 这个函数。 last() 函数会检查列表是否为空。如果列表是空的,它会抛出 NoSuchElementException (或者在 Android/Kotlin 环境下表现为 RuntimeException 包装的 NoSuchElementException 或 IndexOutOfBoundsException),从而导致崩溃。