java.lang.RuntimeException: Unable to start activity ComponentInfo{com.entitcs.office_attendance/com.entitcs.office_attendance.CRM.InvoiceReport}: android.content.res.Resources$NotFoundException: File res/interpolator/linear_out_slow_in.xml from xml type anim resource ID #0x10c000e 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.content.res.Resources$NotFoundException: File res/interpolator/linear_out_slow_in.xml from xml type anim resource ID #0x10c000e at android.content.res.ResourcesImpl.loadXmlResourceParser(ResourcesImpl.java:1264) at android.content.res.Resources.loadXmlResourceParser(Resources.java:2426) at android.content.res.Resources.loadXmlResourceParser(Resources.java:2402) at android.content.res.Resources.getAnimation(Resources.java:1277) at android.view.animation.AnimationUtils.loadInterpolator(AnimationUtils.java:341) at com.android.internal.policy.DecorView.(DecorView.java:295) at com.android.internal.policy.PhoneWindow.generateDecor(PhoneWindow.java:2356) at com.android.internal.policy.PhoneWindow.installDecor(PhoneWindow.java:2683) at com.android.internal.policy.PhoneWindow.setContentView(PhoneWindow.java:445) at com.android.internal.app.AlertController.installContent(AlertController.java:268) at android.app.AlertDialog.onCreate(AlertDialog.java:439) at android.app.ProgressDialog.onCreate(ProgressDialog.java:272) 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.N(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) ... 11 more Caused by: java.io.FileNotFoundException: res/interpolator/linear_out_slow_in.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) ... 32 more