不支持的类:com.mediatek.common.telephony.IOnlyOwnerSimSupport [英] Unsupported class: com.mediatek.common.telephony.IOnlyOwnerSimSupport

查看:163
本文介绍了不支持的类:com.mediatek.common.telephony.IOnlyOwnerSimSupport的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

更新依赖项后,我在运行后得到了app not responding 而我在logcat中得到了这个错误

After updating dependencies I got app not responding after running and I got this error in logcat

E/MPlugin:不支持的类: com.mediatek.common.telephony.IOnlyOwnerSimSupport E/MediaPlayer: 应该已经设置了字幕控制器

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工具安装了Google Play服务后,该问题消失了.

I faced the same issue, but it is disappeared after installing the google play service from the android tools.

因此,您似乎似乎需要再次清理并重建项目才能安装此服务,或者只需使用工具"标签下的Android SDK管理器从android studio中下载它即可.

So it seems you need to clean and rebuild your project again to install this service, or just download it from android studio using the Android SDK Manager under Tools tab.

这篇关于不支持的类:com.mediatek.common.telephony.IOnlyOwnerSimSupport的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆