I randomly get this kind of error.
But It gone when I clean and rebuild the projects.
Is it normal ?
ERR: stack=android.view.InflateException: Binary XML file line #112: Binary XML file line #112: Error inflating class com.pnikosis.materialishprogress.ProgressWheel
at android.view.LayoutInflater.inflate(LayoutInflater.java:539)
at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:334)
at android.view.LayoutInflater.inflate()
at android.view.LayoutInflater.inflate(LayoutInflater.java:423)
at android.view.LayoutInflater.inflate(LayoutInflater.java:374)
at com.android.internal.policy.PhoneWindow.setContentView(PhoneWindow.java:393)
at android.app.Dialog.setContentView(Dialog.java:512)
at cn.pedant.SweetAlert.SweetAlertDialog.onCreate(SweetAlertDialog.java:140)
I randomly get this kind of error.
But It gone when I clean and rebuild the projects.
Is it normal ?