Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio waiting for build to finish

I have a problem. When I start a new project in Android Studio and select a navigation drawer activity it happens. I don't have access to my activiy_main_drawer.xml on "Design" and it keeps saying "Waiting for build to finish.". I really don't know what I have to do. I tried to uninstall and reinstall Android Studio, and it didn't help.

like image 441
M. Reyhani Avatar asked Apr 09 '18 16:04

M. Reyhani


4 Answers

I've just run into the exact same problem. I simply solved it by choosing Sync Project with Gradle Files. This will trigger a Gradle re-import and a build.

As of Android Studio v3.2, the icon is located near the top right tool bar. You can also find it using Find Action shortcut CtrlShiftA.

like image 114
Daniel Le Avatar answered Nov 01 '22 15:11

Daniel Le


You can do the following:

"File > Sync Project with Gradle files" (worked for me)

File > Invalidate Cache & Restart > Just Restart

OR

File > Invalidate Cache & Restart > Invalidate & Restart

Close Project and Re-Import the Project

like image 36
Fazal Arya Avatar answered Nov 01 '22 17:11

Fazal Arya


File -> Sync project with Gradle files

like image 8
thimal deemantha Avatar answered Nov 01 '22 17:11

thimal deemantha


What worked for me was, from the top menu:

Build -> Clean
Build -> Rebuild Project

After that the xml design worked

like image 2
Oren Bengigi Avatar answered Nov 01 '22 17:11

Oren Bengigi