java – 不支持的类:com.mediatek.common.telephony.IOnlyOwnerSimSupp
发布时间:2020-05-24 12:56:12 所属栏目:Java 来源:互联网
导读:更新依赖关系后,我在应用程序运行后没有响应 我在logcat中遇到了这个错误 E/MPlugin: Unsupported class: com.mediatek.common.telephony.IOnlyOwnerSimSupport E/MediaPlayer: Should have subtitle controller already set 我的依赖: dependencies {
|
更新依赖关系后,我在应用程序运行后没有响应
我的依赖: 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下载它. (编辑:安卓应用网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
