加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 编程开发 > Java > 正文

java – 不支持的类:com.mediatek.common.telephony.IOnlyOwner

发布时间:2020-12-15 00:37:40 所属栏目:Java 来源:网络整理
导读:更新依赖关系后,我在应用程序运行后没有响应 我在logcat中遇到了这个错误 E/MPlugin: Unsupported class: com.mediatek.common.telephony.IOnlyOwnerSimSupport E/MediaPlayer: Should have subtitle controller already set 我的依赖: dependencies { comp
更新依赖关系后,我在应用程序运行后没有响应
我在logcat中遇到了这个错误

E/MPlugin: Unsupported class:
com.mediatek.common.telephony.IOnlyOwnerSimSupport E/MediaPlayer:
Should have subtitle controller already set

我的依赖:

dependencies {


            compile fileTree(include: ['*.jar'],dir: 'libs')
    testCompile 'junit:junit:4.12'


    compile 'com.android.support:appcompat-v7:25.2.0'
    compile 'com.google.android.gms:play-services:10.2.0'

    compile 'com.mcxiaoke.volley:library:1.0.19'
    compile 'com.android.support:multidex:1.0.1'
    compile "com.android.support:support-v4:25.2.0"
    compile 'com.android.support:design:25.2.0'
    compile 'com.google.maps:google-maps-services:0.1.17'

    compile 'pl.droidsonroids.gif:android-gif-drawable:1.1.6'
}

解决方法

我遇到了同样的问题,但是从Android工具安装谷歌播放服务后它就消失了.

因此,您似乎需要再次清理和重建项目以安装此服务,或者只需使用Android工具选项卡下的Android SDK Manager从android studio下载它.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读