依存関係を更新した後、私はapp not responding
実行後、logcatでこのエラーが発生しました
E/MPlugin:サポートされていないクラス:com.mediatek.common.telephony.IOnlyOwnerSimSupport E/MediaPlayer:字幕コントローラーが既に設定されている必要があります
私の依存関係:
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 tools。
したがって、このサービスをインストールするには、プロジェクトをクリーンアップして再構築するか、Android studioからAndroid SDK Managerを使用して[Tools]タブからダウンロードする)必要があるようです。