I want to use the support action bar so I need to extend my activity from ActionBarActivity in the support library. However my activity is ready extending from BaseGameActivity...
I tried to modify the BaseGameActivity to extend from ActionBarActivity instead of FragmentActivity, but lots of errors were reported in the SDK XML about themes after I add the support library to gamebaseutils librarys, the errors were like:
...BaseGameUtils] C:\Program Files\adt-bundle-windows\sdk\extras\android\support\v7\appcompat\res\values-v14\themes_base.xml:83: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.Light.DarkActionBar'.
Do you have any idea of getting them work together? Thank you!