I’m almost done with my app, and, i admit i made a mistake. I set the min build target a 2.3.1 at the begining and now, i want to downgrade it to 2.1 at least. Everything looks fine except in xml files. i got this :
error: Error: String types not allowed (at 'layout_width' with value 'match_parent').
My question is quite simple : anyone know how can i fix that ? I don’t think minSDK 7 refuses the “match parent”, but maybe i’m wrong.
Thanks in advance 😉
Change match_parent to fill_parent.