You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
change dependencies to
..dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
testImplementation 'junit:junit:4.12'
//noinspection GradleCompatible
implementation "com.android.support:support-v4:23.1.1"
//noinspection GradleCompatible
implementation "com.android.support:appcompat-v7:23.1.1"
implementation "com.android.support:support-annotations:28.0.0"
and in build.gradle(project UD839.....) file
in the repositories make changes like following
repositories {
jcenter()
maven { url '
https://maven.google.com
' }
that's all . if it does not work you can always undo it. all the best.