a.sh.ch
a.sh.ch

Reputation: 1

Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse'

i programed with eclipse but i try make project today that eclipse make errors. solution that told all is for android studio. enter image description here

Upvotes: 0

Views: 79

Answers (1)

Riyaz Ahamed
Riyaz Ahamed

Reputation: 802

You should change your target sdk version to 23.

Reason : you may be using support design library (v23.z.z) which is dependent on the sdk version 23

Upvotes: 1

Related Questions