I want to use the support action bar, so I need to expand my activity from ActionBarActivity in the support library. However, my activity is ready to expand from BaseGameActivity ...
I tried to change BaseGameActivity for an extension from ActionBarActivity, and not from FragmentActivity, but many errors were published in the SDK XML file on topics after adding the support library to the gamebaseutils library, the errors were as follows:
...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 an idea to make them work together? Thank!
source
share