I updated android studio to 2.3 and it stuck at building project then I removed it and downloaded a new one. Then while trying to import a project, it is now stuck at this. Please provide me some possible solutions to this problem.
Asked
Active
Viewed 2,820 times
2

theanilpaudel
- 3,348
- 8
- 39
- 67
-
Can you access the menu? If yes, try to invalidate the cache and restart – Zoe Mar 05 '17 at 12:59
-
No, can't access the menu – theanilpaudel Mar 05 '17 at 13:03
-
Refer this [link](http://stackoverflow.com/questions/37063217/stuck-with-gradle-build-running) it will help you out. – vijay chhalotre Mar 05 '17 at 15:31
-
Wait a little bit if it is the first time you create a project in the newest version...android might be downloading files to wrapper in the gradle – Eido Mar 27 '17 at 16:37
3 Answers
0
Lots of 2.3 problems this week.
Try this:
• Close Android Studio
• Go to the directory home_dir/.AndroidStudio/system/cache
• Remove all the files in the cache directory.
• Then restart IntelliJ / Android Studio
I'd suggest making a backup of anything before removing. Also remember to export settings before deleting cache.

BR89
- 716
- 1
- 6
- 23
-
-
@theanilpaudel (make sure that Finder shows hidden files and folders), then try searching in **_HddName_ > Users > _YourUserName_** and also in the subfolder of **_YourUserName_ > Library > Android** – Yoav Feuerstein Mar 12 '17 at 13:14
0
I had the same problem. Clearing cache did not solve it.
First, install the latest updates for build tools and emulator.
Then wait for few minutes while building the project as it might have been downloading some files in the background.
After a few minutes, everything will be fine.

Akshar Patel
- 8,998
- 6
- 35
- 50
0
Make sure the Gradle wrapper have been downloaded especially behind a proxy.
~/.gradle/wrapper/dist/*

Alsor Zhou
- 43
- 1
- 4