Waiting For Build To Finish In Android Studio 3.5
I have been working on a project since a long time in android studio and it does not show any problems but since i have updated my windows the app preview is constantly showing 'wa
Solution 1:
Follow this steps:
First solution
- Close your project
- Enter on your project folder in Explorer
- Delete
.gradle
folder - Delete
.idea
folder - Launch Android Studio and open your project again
- Rebuild project.
Second Solution
Enter on File > Settings > Editor > Code Style > XML
on the right corner appear Set from... > Predefined Style > Android
Then restart your Android Studio
and should works
Third Solution
Enter on File > Settings > Experimental
. On Editor
section, put Fastest
option in Layout Editor quality setting
Restart your Android Studio
.
Post a Comment for "Waiting For Build To Finish In Android Studio 3.5"