What is the meaning of the error? what to be do for the same

Node can be replaced by a TextView with compound drawables

This tag and its children can be replaced by one and a compound drawable

A LinearLayout which contains an ImageView and a TextView can be more efficiently handled as a compound drawable (a single TextView, using the drawableTop, drawableLeft, drawableRight and/or text) drawableBottom attributes to draw one or more images adjacent to the

If the two widgets are offset from each other with margins, this can be replaced with a drawablePadding attribute.

There’s a lint quickfix to perform this conversion in the Eclipse plugin.

Issue id: UseCompoundDrawables

please replay, I am still waiting

please replay, I am still waiting your solution. I created one linearlayout anather linearlayout inside that. it contains one ImageView and TextView

This solution should work.

If this doesn’t work, you can post your xml so that i can resolve your error.