fail572872916
fail572872916

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)  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 出现 
人脸识别疑问
识别到人脸后如何停止预览,使摄像头静止
rtmp地址正确,用poliot2可以直播 用sdk5.9.0不可以 
核心错误路径是: 您的代码在网络请求成功后,通过 StringCallback.toLogin() 尝试执行一个操作,要求返回登录界面。 为了实现这个操作,您的代码调用了 com.dylanc.longan 库中的 ActivityKt.finishAllActivitiesExceptNewest()。 该函数内部又调用了 ActivityKt.getTopActivity()。 getTopActivity() 函数尝试从一个内部维护的 Activity 列表中获取最后一个元素,使用了 kotlin.collections.CollectionsKt.last() 这个函数。 last() 函数会检查列表是否为空。如果列表是空的,它会抛出 NoSuchElementException (或者在 Android/Kotlin 环境下表现为 RuntimeException 包装的 NoSuchElementException 或 IndexOutOfBoundsException),从而导致崩溃。