failed to resolve: android.support.design:28.0.0-rc02

Kitty Li picture Kitty Li · Sep 1, 2018 · Viewed 31.7k times · Source

I am using Android Studio 3.1.4. Since I would like to make a Tab Layout, I add the code implmentation 'com.android.support design:28.0.0-rc02', which has the same version as support.accompat in build.gradle but error appears.

May I know whats going on? How can I solve the problem?

Thanks for helping.

My code x

Error message x

Answer

Mojzi picture Mojzi · Sep 1, 2018

I had the same problem and fixed it by just changing version of everything to 28.0.0-rc01.