Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caused by java.lang.NoClassDefFoundError org.jsoup.parser.Parser #156

Open
JaydipKalkani opened this issue Feb 1, 2019 · 0 comments
Open
Labels
possible bug It may be a bug, but it hasn't been reproduced yet

Comments

@JaydipKalkani
Copy link

Getting following crash on Android version 4.4.2 and 4.4.4 in firebase crashlytics

org.jsoup.helper.HttpConnection$Request.<init> (HttpConnection.java:567)
org.jsoup.helper.HttpConnection.<init> (HttpConnection.java:122)
org.jsoup.helper.HttpConnection.connect (HttpConnection.java:75)
org.jsoup.Jsoup.connect (Jsoup.java:73)
com.github.javiersantos.appupdater.UtilsLibrary.getJsoupString (UtilsLibrary.java:173)
com.github.javiersantos.appupdater.UtilsLibrary.getLatestAppVersionGooglePlay (UtilsLibrary.java:155)
com.github.javiersantos.appupdater.UtilsLibrary.getLatestAppVersionStore (UtilsLibrary.java:142)
com.github.javiersantos.appupdater.UtilsAsync$LatestAppVersion.doInBackground (UtilsAsync.java:84)
com.github.javiersantos.appupdater.UtilsAsync$LatestAppVersion.doInBackground (UtilsAsync.java:15)
@javiersantos javiersantos added the possible bug It may be a bug, but it hasn't been reproduced yet label Feb 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
possible bug It may be a bug, but it hasn't been reproduced yet
Projects
None yet
Development

No branches or pull requests

2 participants