강의

멘토링

커뮤니티

Inflearn Community Q&A

No author

This post's author information has been deleted.

C# Beginner to Xamarin Forms + Maui Android, Windows App (UWP) Development

Ch_14_Image Remote Local

UWP작동하지 않음

Written on

·

273

0

<Image Source="assets/robot.png" HeightRequest="150" Aspect="AspectFit"/>

4:19분

UWP로 실행했을때 robot이미지가 나오지 않습니다. 모바일로 실행했을때 정상작동합니다. Assets폴더아래에 robot.png가 있는 상태입니다. 안되는 이유가 뭘까요

C#GUIXamarin

Answer 1

0

nodeep777님의 프로필 이미지
nodeep777
Instructor

안녕하세요.

아래 두가지를 확인해보세요.

1 . 빌드 작업에서 설정을 내용으로 하신 것이 맞나요?

2. Image Source에서 경로를 정확히 입력하셨나요?

예 Source="assets/robot.png"

Source="asset/robot.png" 로 되어있었네요...

No author

This post's author information has been deleted.

Ask a question