why res/values/styles.xml dose'nt exist?

218 views Asked by At

When I make a android app project in AndroidManifest.xml error ecure in android:theme="@style/AppTheme"

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.example.azzzz"
    android:versionCode="1"
    android:versionName="1.0" >

    <uses-sdk
        android:minSdkVersion="19"
        android:targetSdkVersion="19" />

    <application
        android:allowBackup="true"
        android:icon="@drawable/ic_launcher"
        android:label="@string/app_name"
        android:theme="@style/AppTheme" >
    </application>

</manifest>

I think this error happen because styles.xml dose not exist in res/values. how I can fix it?

1

There are 1 answers

0
Ehsan On

i find it! the ADT(android development tools) and sdk tools does not match. all my problem solved by change and match them