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
Facing crash on Android 7 devices while using version 1.17.2 of library
Fatal Exception: java.lang.NoSuchMethodError: No static method withInitial(Ljava/util/function/Supplier;)Ljava/lang/ThreadLocal; in class Ljava/lang/ThreadLocal; or its super classes (declaration of 'java.lang.ThreadLocal' appears in /system/framework/core-oj.jar)
at androidx.preference.PreferenceCategory$$ExternalSyntheticApiModelOutline0.m(D8$$SyntheticClass)
at org.jsoup.internal.StringUtil.(StringUtil.java:338)
at org.jsoup.internal.StringUtil.isBlank(StringUtil.java)
at org.jsoup.nodes.DocumentType.has(DocumentType.java:107)
at org.jsoup.nodes.DocumentType.updatePubSyskey(DocumentType.java:44)
at org.jsoup.nodes.DocumentType.(DocumentType.java:35)
at org.jsoup.parser.HtmlTreeBuilderState$1.process(HtmlTreeBuilderState.java:31)
at org.jsoup.parser.HtmlTreeBuilder.process(HtmlTreeBuilder.java:169)
at org.jsoup.parser.TreeBuilder.runParser(TreeBuilder.java:88)
at org.jsoup.parser.TreeBuilder.parse(TreeBuilder.java:61)
at org.jsoup.parser.Parser.parse(Parser.java:171)
at org.jsoup.Jsoup.parse(Jsoup.java:75)
The text was updated successfully, but these errors were encountered:
Fatal Exception: java.lang.NoSuchMethodError
No static method withInitial(Ljava/util/function/Supplier;)Ljava/lang/ThreadLocal; in class Ljava/lang/ThreadLocal; or its super classes (declaration of 'java.lang.ThreadLocal' appears in /system/framework/core-oj.jar)
Facing crash on Android 7 devices while using version 1.17.2 of library
Fatal Exception: java.lang.NoSuchMethodError: No static method withInitial(Ljava/util/function/Supplier;)Ljava/lang/ThreadLocal; in class Ljava/lang/ThreadLocal; or its super classes (declaration of 'java.lang.ThreadLocal' appears in /system/framework/core-oj.jar)
at androidx.preference.PreferenceCategory$$ExternalSyntheticApiModelOutline0.m(D8$$SyntheticClass)
at org.jsoup.internal.StringUtil.(StringUtil.java:338)
at org.jsoup.internal.StringUtil.isBlank(StringUtil.java)
at org.jsoup.nodes.DocumentType.has(DocumentType.java:107)
at org.jsoup.nodes.DocumentType.updatePubSyskey(DocumentType.java:44)
at org.jsoup.nodes.DocumentType.(DocumentType.java:35)
at org.jsoup.parser.HtmlTreeBuilderState$1.process(HtmlTreeBuilderState.java:31)
at org.jsoup.parser.HtmlTreeBuilder.process(HtmlTreeBuilder.java:169)
at org.jsoup.parser.TreeBuilder.runParser(TreeBuilder.java:88)
at org.jsoup.parser.TreeBuilder.parse(TreeBuilder.java:61)
at org.jsoup.parser.Parser.parse(Parser.java:171)
at org.jsoup.Jsoup.parse(Jsoup.java:75)
The text was updated successfully, but these errors were encountered: