更新依赖关系后,我在应用程序运行后没有响应
我在logcat中遇到了这个错误
我在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下载它.