russ

Results 9 comments of russ

video标签是这样: '< video id="player_screen" class="video_window" allowfullscreen="true" controls muted autoplay > '

还没接飞机,就是想启动个空页面, 包括地图和视频控件,但是直接就启动不了

你好,感谢回复。 但是我没有自定义任何页面,页面xml从示例中完全照抄拷贝过来,提示问题出在FpvWidget上面。 请正视问题,给出解决方案,谢谢! 再次附日志: E/AndroidRuntime: FATAL EXCEPTION: main Process: com.utm.uavutil2, PID: 3473 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.utm.uavutil2/com.utm.uavutil2.view.FcowVideoMapMainActivity}: android.view.InflateException: Binary XML file line #11 in com.utm.uavutil2:layout/activity_fcow_video_map_main: Binary XML file line...

@ohaujingjing 最近我这边上传航线也出现了这个问题,后来发现是更新到最新4.14-trial版本后,build.gradle少了一句"doNotStrip "//libDJISDKLOGJNI.so"", 这句是最新版新增的,github网页上没有明显给出提示! 添加这句之后重新编译release版就成功上传航线。 仅供参考~

Hi, in MonoDevelop IDE, you can set compile variable MONO, and remove MONO_Disable, then compile again, all the DllImport statements would not be compiled, and I compile and run succeed...