You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.
However, the reflection is just to parse binary XML files, which I think the current repository can already do (using BinaryXmlParser, kinda) , no?
I tried using other methods, but it caused an exception of java.lang.ClassCastException: android.util.XmlPullAttributes cannot be cast to android.content.res.XmlBlock$Parser , so maybe it wants to use only the reflected XmlBlock class...
:(
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This, which is based on this.
The problem there is that it's using reflection.
However, the reflection is just to parse binary XML files, which I think the current repository can already do (using BinaryXmlParser, kinda) , no?
I tried using other methods, but it caused an exception of
java.lang.ClassCastException: android.util.XmlPullAttributes cannot be cast to android.content.res.XmlBlock$Parser
, so maybe it wants to use only the reflected XmlBlock class...:(
The text was updated successfully, but these errors were encountered: