Skip to main content

Error: No resource found that matches the given name (at 'theme' with value '@style/Theme.Dialog').

Error: No resource found that matches the given name (at 'theme' with value '@style/Theme.Dialog').


The error occurs because the style element Theme.Dialog is declared under "android:style".

Your ApplicationManifest.xml may contain code as:
    <application
        android:allowBackup="true"
        android:icon="@drawable/ic_launcher"
        android:label="@string/app_name"
        android:theme="@style/Theme.Dialog">

Update the android:theme attribute as given below, the error will get resolved.
    <application
        android:allowBackup="true"
        android:icon="@drawable/ic_launcher"
        android:label="@string/app_name"
        android:theme="@android:style/Theme.Dialog">

Comments

Popular posts from this blog

Nokia N8 Fbus Cable Pinout With Details

Nokia N8 FBUS Cable Pinout GND  - Ground TX  - Data send RX  - Data receive MBUS  - MBUS data exchange protocol FBUS  - FBUS data exchange protocol VPP  - Programming power supply VCC  - Common collector voltage VBUS  - VBUS, USB powerdetect

Nokia 1202 1661 display solution

Nokia 1202 1661 display solution     

Nokia 105 (RM-908) FBUS Pinout

GND  - Ground TX  - Data send RX  - Data receive MBUS  - MBUS data exchange protocol Nokia 105 FBUS Pinout Diagram By Wajid.