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 5 years have passed since last update.

AndroidStudioで画像が表示されない場合の対処法

Posted at

AndroidStudioで画像が表示されない場合

imageViewをドラッグしてdrawableに保存してある画像を表示させようとしたところエラーが生じ、画像が表示されませんでした。エラーの文面は下の通りです。

MissingConstraints

ただ実際にhorizontal and vertical constraintsをいじっても依然として画像は表示されないので、画像そのものに問題があるのではないかと考え、保存してある名前の"○○○○○(1).png"から(1)を削ると画像が表示されるようになりました。
保存名の変更で治るという記事は見つからなかったのでメモとして残しておきます

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?