Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio 2.2 Stuck at Building Gradle Project Info on importing existing project

I am using Android studio 2.2 on windows 10.

I am trying to import an existing android project. The problem that it took forever and still showing the message

Building 'ProjecTName' Graedle project info

after that android studio is totally getting stuck and i kill it from the task manager !

I tried the available options on Android Studio list:

  1. Open an existing Android Studio Project

  2. Import Project (Eclipse ADT, Gradle, etc.)

test

like image 920
MBH Avatar asked Oct 01 '16 06:10

MBH


2 Answers

There is downloading of Gradle going on at the background. Just wait for it to finish.

like image 131
Ciado Avatar answered Oct 14 '22 10:10

Ciado


Just Remove Gradle files from your project folder and retry.

Hope this will help.

like image 40
lRadha Avatar answered Oct 14 '22 12:10

lRadha