I have Android API 21 and 20. But libgdx not work in 21! Last version libgdx work with API 20. But when I build project with API 20, Eclipse return error:
"appcompat_v7/res/values-v21/themes_base.xml:191: error: Error: No resource found that matches the given name: attr 'android:colorPrimaryDark'."
I finded more answers about this, but everybody tell what you need use API 21.
Appcompat v7 and ActionBarActivity
What me do?
P.S. Sorry for my English!