2
I installed Android studio 3.0.1 and tried to create the first application with the choice of an empty activity, but I get the message:
Project Gradle synchronization failed. Basic functionality (e.g., editing, debugging) will not work properly
and error message like this:
Unable to resolve dependency for ':app@releaseUnitTest/compileClasspath': Could not resolve with.android.support:appcompat-v7:26.1.0. Could not resolve with.android.support:appcompat-v7:26.1.0. Required by: project :app Could not resolve with.android.support:appcompat-v7:26.1.0. Could not parse POM https://dl.google.com/dl/android/maven2/com/android/support/appcompat-v7/26.1.0/appcompat-v7-26.1.0.pom Already Seen doctype.
and this is the first part of the log message is:
2018-01-03 11:11:12,671 [d thread 8] WARN - ect.sync.idea.Projectsetuptask - Already Seen doctype. Consult IDE log for more Details (Help | Show Log) 2018-01-03 11:11:12,671 [d thread 8] INFO - e.project.Sync.Gradlesyncstate - Gradle Sync failed: Already Seen doctype.
I tried some suggested solution, like change the version of Gradle, update the plugin of Kotlin (!) and so, but they did not work.
Any solution?