How to resolve gradle conflicts in android studio?
问题 Please find my gradle file below. As you can see its showing inn red.and if i place cursor there I get the hint as 'All com.android.support libraries must use the exact same version specification.Found ' 'com.android.support:animated-vector-drawable:27.1.0 and 'com.android.support:design:26.1.0 ' So i followed the hint and explicitly added com.android.support:animated-vector-drawable:26.1.0 ' ,with the correct version ,as you can see in the image.Still its showing error. Please help. 回答1: