This question already has an answer here:
I have these two errors:
Failed to resolve: com.android.support:custom tabs:[26.0.0,26.1.0]
Failed to resolve: com.android.support:support-v4:[26.0.0,26.1.0]
This question already has an answer here:
I have these two errors:
Failed to resolve: com.android.support:custom tabs:[26.0.0,26.1.0]
Failed to resolve: com.android.support:support-v4:[26.0.0,26.1.0]
Now Android support package disturbs over network(starts from 25.4), so your project's build.gradle file should include that:
UPDATE
Also you can add
google()
instead ofmaven{url "..."}
: