Infinite load problem when I try to create a project in Android Studio 3.0.1

1

Let me explain, I downloaded the version of Android Studio 3.0.1 everything went well with the installation I downloaded everything that I was asked for, but the problem is that when I want to create a project it never builds the project I can not even enter the interface of the IDE.

It should be noted that my computer has 8GB of RAM, an i5-7200U and a NVidia 940MX graphics card, I do not think it is because my computer does not have the requirements, I would like to know what I can do in this case. this IDE, thank you in advance.

    
asked by Yonatan Ulises Segura 08.02.2018 в 03:43
source

2 answers

1

Information taken from here

Solution:

1). Delete the folder C: \ Users \ username.gradle

2). Download the following file link

3). Create a new Android Studio project.

4). When it is blocked by buckling the gradle, it forces the closure of Android Studio.

5) Now go to C: \ Users \ username.gradle \ wrapper \ dists \ gradle-2.2.1-all \ c64ydeuardnfqctvr1gm30w53 (The name of the final directory may be different)

6) Delete gradle-2.2.1-all.zip.lck and the rest of the files in the folder.

7) Paste the new downloaded folder gradle-4.2.1-all.zip here.

8) Open Android Studio. :)

As a personal contribution, I suppose that your user is the administrator of the machine and you have tried to run Android Studio as Administrator, no?

We appreciate that if the solution works, mark the answer as good, just as if it does not work for you, explain what happened when doing the check please ^ _ ^

    
answered by 09.02.2018 в 12:21
-1

A corrupt file causes this problem, in this case I suggest you delete the current gradle configuration, which is found in:

\users<username>\.gradle 

    
answered by 08.02.2018 в 17:24