android - Is there actually a minimum API level for AppCompatActivity? -
i have read appcompatactivity can used api levels 15 , on. work api level 17 , eclipse (neon) , can't make work. have added both android-support-v4.jar , android-support-v7-appcompat.jar in ref libraries , i'm of course importing android.support.v7.app.appcompatactivity.
more specifically:
1) style name="apptheme" parent="theme.appcompat.light.darkactionbar" doesn't work. "no resource found matches ..." error.
2) if don't use (so eclipse can complile project), app crashes (by extending main activity 'appcompatactivity' (instead 'activity').
so, there minimum api level or special setting needed using appcompatactivity not find anywhere?
(please not reference me similar issues posted in stackoverflow.com. have read them all, replies. suggest import 'appcompt' jars, etc., did day one. , suggest use theme.appcompat.light.darkactionbar (or noactionbar, etc.) standard, me doesn't work.)
Comments
Post a Comment