본문 바로가기
my_lesson/_Android

Android Apps - Errors

by boolean 2017. 5. 24.
728x90

Android Apps - Errors

When the text is not displayed correctly on IDE of Android Studio :
안드로이드 스튜디오 편집기에서 문자가 깨져보일 때

Problem:


Solution: Choice right file Encoding on bottom of right


When the text is not displayed correctly on the activity screen of Android Studio :
안드로이드 스튜디오 액티비티에서 문자가 깨져보일 때

solution:add fonts at ...../plugins/android/lib/layoutlib/data/fonts/fonts.xml


imageView(이미지뷰)가 안보이는 현상 해결 방법

:  android - Why I can't see the image? (ImageView)

해당 디바이스 해상도에 맞는  이미지 폴더(drawble-mdpi, hdpi, xhdpi, xxhdpi....) 에 옮겨보시면 보일겁니다. 


android - Why I can't see the image? (ImageView)
change folder



댓글