hellorealworld

  • Total activity 19
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 7
  • Subscriptions 4

Activity overview

Latest activity by hellorealworld
  • hellorealworld commented,

    兼容性问题就是在安卓10版本我们的发行版正常运行没问题,但是到了高版本的安卓版本我们的发行版就运行不了了点击app就闪退,同时logcat记录到java.lang.NoClassDefFoundError: Failed resolution of: Ldji/v5/manager/interfaces/SDKManagerCallback;

  • hellorealworld commented,

    那么问题来了,我们app的兼容性问题你们时候有解决方法呢

  • hellorealworld commented,

    更改以后好了

  • hellorealworld commented,

    同时还有一个小问题需要问一下官方,我们的app名称在用官方的方法引入MSDK后app的名称就被强制改变为DJI Pliot 2,我们用了很长时间也没解决这个问题 下面这段是我们app的名称设置的代码 <resources> <string name="app_name">MyDJI</string></resources> 下面是我们app实际运行时的app名称

  • hellorealworld created a post,

    MSDKV5app闪退问题

    Completed

    我们正常写了一个访问设备信息的app的dbug版本安装到手机上过上一段时间运行时闪退logcat报错 java.lang.NoClassDefFoundError: Failed resolution of: Ldji/v5/manager/interfaces/SDKManagerCallback;我们正确的引入了SDK,我们将app卸载并重新运行就能正常运行.安卓版本12.0MSDK版本...

  • hellorealworld commented,

    好的,谢谢我这个问题已经解决了,麻烦了

  • hellorealworld created a post,

    关于新版图传的问题

    Completed

    private ICameraStreamManager cameraStreamManager;private MediaDataCenter mediaDataCenter;protected void onCreate() { // 获取 MediaDataCenter 实例 MediaDataCenter mediaDataCenter = (MediaDataCente...

  • hellorealworld commented,

    我现在的V5.8.0也遇到了这个图传的问题