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

前端之家收集整理的这篇文章主要介绍了java – 不支持的类:com.mediatek.common.telephony.IOnlyOwnerSimSupport前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
更新依赖关系后,我在应用程序运行后没有响应
我在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下载它.

原文链接:https://www.f2er.com/java/129299.html

猜你在找的Java相关文章