I am a new Mac user and I installed Android studio in my Mac.Installation went smooth.I then tried creating a new project however the project does not get created and it gets stuck forever with the message 'Building 'My Application'Gradle project info'. Another point to note , when I disconnect my network the project gets created however the gradle sync doesn't happen. So I imagine in the first place ,when I am connected to the network and try creating a new project probably Studio is trying to download more files etc ?If so how do I see whats happening behind the scene and understand its ETA ? Can someone help ?
Asked
Active
Viewed 37 times
0
-
Can you have a look at the Gradle Console and leave here any messages you can see there? That inputs would help on debugging. – Trung Le Apr 09 '17 at 11:15
-
My original issue was I couldn't even get to the console as it was stuck in the first step(Trying to create a new project).Fortunately the issue seem to be resolved for me,I waited patiently for almost 30 mins after clicking on create a new project and the project got created,it appears that I had to wait for some stuff to download in the background. – hariharan s Apr 09 '17 at 18:03
-
http://stackoverflow.com/questions/16580873/android-studio-stuck-at-gradle-download-on-create-new-project?rq=1 seems like your issue is quite similar here? – Trung Le Apr 10 '17 at 09:26
-
Yeah,Thanks for letting me know :-) – hariharan s Apr 12 '17 at 17:24