Quantcast
Channel: Appcelerator Developer Center Q&A Tag Feed (android)
Viewing all articles
Browse latest Browse all 7655

Upgraded to 3.3.0.GA now my app doesn't work?

$
0
0

I keep getting this error:

Error: No resource found that matches the given name (at 'theme' with value '@android:style/Theme.AppCompat.Light').
Here's what my tiap.xml looks like:
<android xmlns:android="http://schemas.android.com/apk/res/android">
        <manifest>
            <application android:theme="@android:style/Theme.AppCompat.Light"/>
            <uses-sdk android:minSdkVersion="10" android:targetSdkVersion="19" />
            <supports-screens android:anyDensity="false"/>
        </manifest>
    </android>
When ever I change it back to what I had previously, which was ""@android:style/Theme.Holo.Light", the app will crash and I'll get this error:
You need to use a Theme.AppCompat theme (or descendant) with this activity.

Viewing all articles
Browse latest Browse all 7655

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>