LoginSignup
2
0

More than 5 years have passed since last update.

[Android Studio] Waiting for build to finishと表示されてレイアウトを表示できない

Posted at

Androidアプリ開発をしていたら以下のように「Waiting for build to finish」と表示され、レイアウトプレビューが表示されなくなりました。
その時の対処法です。(画像は拝借しました)
キャプチャ.PNG

Solution

Ctrl+Shift+AでFind Actionを起動し、「Sync Project with Gradle Files」と入力して実行。
再インポートとビルドのトリガとなっているそう。

参考

https://stackoverflow.com/questions/49737865/android-studio-waiting-for-build-to-finish
Daniel Leさん、ありがとうございます。

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0