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
I am getting crash on app start. Here is the stack trace for crash. Please help me to solve this issue
Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String org.jsoup.nodes.Element.text()' on a null object reference
at com.mobapphome.mahandroidupdater.tools.HttpTools.requestProgramInfo(HttpTools.java:43)
at com.mobapphome.mahandroidupdater.tools.Updater$1.run(Updater.java:39)
at java.lang.Thread.run(Thread.java:776)
The text was updated successfully, but these errors were encountered:
I am getting crash on app start. Here is the stack trace for crash. Please help me to solve this issue
Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String org.jsoup.nodes.Element.text()' on a null object reference
at com.mobapphome.mahandroidupdater.tools.HttpTools.requestProgramInfo(HttpTools.java:43)
at com.mobapphome.mahandroidupdater.tools.Updater$1.run(Updater.java:39)
at java.lang.Thread.run(Thread.java:776)
The text was updated successfully, but these errors were encountered: