How to fix "[Accessibility] Missing content Description attribute on image"
2014. 1. 26. 03:03ㆍPrograming/Debugging
원인 (Reason)
- 그림에 대한 설명이 없기 때문입니다. (The reason is that) there is no description about Image.)
해결 방법 (Solution)
- Add android:contentDescription="description"
'Programing > Debugging' 카테고리의 다른 글
Can't create handler inside thread that has not called Looper.prepare() (0) | 2014.05.04 |
---|---|
Replace "-" with an "en dash" character (–, &;#8211;) (0) | 2014.01.26 |
java.lang.RuntimeException - Attempted to access a cursor after it has been closed (0) | 2014.01.13 |
android.view.windowleaked (0) | 2014.01.10 |
Call requires API level 3 (current min is 1) (0) | 2013.12.27 |