What is the actual problem?

compile 'com.android.support:appcompat-v7:23.4.0' compile 'com.android.support:design:23.4.0' compile ('com.squareup.retrofit2:retrofit:2.1.0') { exclude module: 'okhttp' } compile 'com.squareup.okhttp3:okhttp:3.4.1' compile 'com.squareup.okhttp3:logging-intercepto' + 'r:3.4.0' compile 'com.squareup.retrofit2:converter-gson:2.1.0' compile 'com.android.support:cardview-v7:23.+' compile 'com.android.support:recyclerview-v7:23.+' compile 'com.tonicartos:superslim:0.4.+' compile 'net.danlew:android.joda:2.9.4.1' compile 'com.github.bumptech.glide:glide:3.7.0' compile 'com.wdullaer:materialdatetimepicker:2.5.0' compile 'com.afollestad.material-dialogs:core:0.9.0.2' compile 'net.opacapp:multiline-collapsingtoolbar:1.2.2' compile 'de.hdodenhof:circleimageview:2.1.0' compile 'com.turingtechnologies.materialscrollbar:lib:10.1.2' compile 'com.google.android.gms:play-services-appindexing:8.1.0' compile 'me.zhanghai.android.materialprogressbar:library:1.1.7' 

enter image description here

  • And the solution that offers AS tried? - Nikotin N
  • Usually this is written when the version of the AppCompat 24.2.1 library 24.2.1 not exist. - Silento
  • @NikotinN tried everything - Satanist Devilov

1 answer 1

Install Android Support Repository and it will offer you a solution.

  • Strange ... before trying to do this way, did not work. Right now did, everything turned out. Very strange! Well, thanks anyway) - Satanist Devilov