I have just freshly installed Android studio and created a project with a Simple activity. The project fails to build from the scratch with this error:
Configure project :
[Fatal Error] jimfs-1.1.pom:2:1: Content is not allowed in prolog.
FAILURE: Build failed with an exception.
- What went wrong:
A problem occurred configuring root project ‘DataFlair To Do List’.
Could not resolve all artifacts for configuration ‘:classpath’.
Could not resolve com.google.jimfs:jimfs:1.1.
Required by:
project : > com.android.tools.build:gradle:3.6.3 > com.android.tools.build:builder:3.6.3 > com.android.tools:sdklib:26.6.3 > com.android.tools:repository:26.6.3
Could not resolve com.google.jimfs:jimfs:1.1.
Could not parse POM https://jcenter.bintray.com/com/google/jimfs/jimfs/1.1/jimfs-1.1.pom
Content is not allowed in prolog.
I read that there might be some latest updates with the URLs that will make Android fail, but I can’t find a solution to the issue and as I said, the build is failing off fresh installation of Android studio with no changes