java.lang.RuntimeException: Unable to start activity ComponentInfo{com.entitcs.office_attendance/com.entitcs.office_attendance.CRM.InvoiceReport}: android.view.InflateException: Binary XML file line #41 in android:layout/progress_dialog_material: Binary XML file line #41 in android:layout/progress_dialog_material: Error inflating class TextView at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3502) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3680) at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:85) at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2108) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loop(Looper.java:223) at android.app.ActivityThread.main(ActivityThread.java:7950) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) Caused by: android.view.InflateException: Binary XML file line #41 in android:layout/progress_dialog_material: Binary XML file line #41 in android:layout/progress_dialog_material: Error inflating class TextView Caused by: android.view.InflateException: Binary XML file line #41 in android:layout/progress_dialog_material: Error inflating class TextView Caused by: android.content.res.Resources$NotFoundException: File res/color/highlighted_text_material.xml from ComplexColor resource ID #0x1060168 at android.content.res.ResourcesImpl.loadComplexColorForCookie(ResourcesImpl.java:1202) at android.content.res.ResourcesImpl.loadComplexColorFromName(ResourcesImpl.java:1028) at android.content.res.ResourcesImpl.loadColorStateList(ResourcesImpl.java:1107) at android.content.res.Resources.loadColorStateList(Resources.java:1139) at android.content.res.TypedArray.getColor(TypedArray.java:520) at android.widget.TextView.readTextAppearance(TextView.java:4003) at android.widget.TextView.(TextView.java:1056) at android.widget.TextView.(TextView.java:994) at androidx.appcompat.widget.b0.(Unknown Source:4) at androidx.appcompat.widget.b0.(Unknown Source:3) at androidx.appcompat.app.l.createTextView(Unknown Source:2) at androidx.appcompat.app.l.createView(Unknown Source:266) at androidx.appcompat.app.g.V(Unknown Source:147) at androidx.appcompat.app.g.onCreateView(Unknown Source:0) at android.view.LayoutInflater.tryCreateView(LayoutInflater.java:1059) at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:995) at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:959) at android.view.LayoutInflater.rInflate(LayoutInflater.java:1121) at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1082) at android.view.LayoutInflater.rInflate(LayoutInflater.java:1124) at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1082) at android.view.LayoutInflater.inflate(LayoutInflater.java:680) at android.view.LayoutInflater.inflate(LayoutInflater.java:532) at android.view.LayoutInflater.inflate(LayoutInflater.java:479) at android.app.ProgressDialog.onCreate(ProgressDialog.java:238) at android.app.Dialog.dispatchOnCreate(Dialog.java:419) at android.app.Dialog.show(Dialog.java:313) at android.app.ProgressDialog.show(ProgressDialog.java:190) at android.app.ProgressDialog.show(ProgressDialog.java:164) at com.entitcs.office_attendance.CRM.InvoiceReport.O(Unknown Source:16) at com.entitcs.office_attendance.CRM.InvoiceReport.onCreate(Unknown Source:620) at android.app.Activity.performCreate(Activity.java:8071) at android.app.Activity.performCreate(Activity.java:8054) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1309) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3472) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3680) at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:85) at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2108) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loop(Looper.java:223) at android.app.ActivityThread.main(ActivityThread.java:7950) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) Caused by: android.content.res.Resources$NotFoundException: File res/color/highlighted_text_material.xml from xml type ComplexColor resource ID #0x1060168 at android.content.res.ResourcesImpl.loadXmlResourceParser(ResourcesImpl.java:1264) at android.content.res.ResourcesImpl.loadComplexColorForCookie(ResourcesImpl.java:1178) ... 45 more Caused by: java.io.FileNotFoundException: res/color/highlighted_text_material.xml at android.content.res.AssetManager.nativeOpenXmlAsset(Native Method) at android.content.res.AssetManager.openXmlBlockAsset(AssetManager.java:1092) at android.content.res.ResourcesImpl.loadXmlResourceParser(ResourcesImpl.java:1248) ... 46 more