0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Android StudioでPreviewがLoadingのまま表示されないときの対処法

Last updated at Posted at 2020-01-22

問題

新しいプロジェクトを作成し、activity_main.xmlを開いてPreviewを表示しようとすると、「Loading」が表示されたままとなる。Android Studioのバージョンは3.5.3。

解決方法

APIのレベルを下げたら、Previewが表示されるようになった。
変更箇所は以下

File > Project Structure > Modules > Properties Compile SDK version

私の場合、29→21へ変更しました。
※その後、試しに21→29に戻してみたところ、正常に表示されていました。なので、この現象が発生した場合は一時的にレベルを下げてみると解決するっぽいです。

参考ページ

https://www.mikan-partners.com/archives/1109
https://stackoverflow.com/questions/50404548/how-to-change-my-apps-target-api-level-from-23-to-26

0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?