I\'m new to android development and I have this problem with my Android Studio 3.1.3 demo project or any project that I create.
Even though that I can drag and drop diff
Another workaround is to edit GradleScripts/build.gradel(Module app)
-> implementation 'com.android.support:appcompat-v7:28.0.0-alpha3' into implementation 'com.android.support:appcompat-v7:28.0.0-alpha1'
and, if there,
-> implementation 'com.android.support:design:28.0.0-alpha3' into implementation 'com.android.support:design:28.0.0-alpha1'