I'm a beginner in android.While designing ai image button in the graphical layout in .xml file ,I'm getting error. the error if "Missing contentDescription attribute on image "
Now how can I solve this problem?
Add a content description or disable it with
android:contentDescription="@null"