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 7, 2020. It is now read-only.
I am trying to add html in HTMLTextView but getting followoing error :
Getting error on this line
descTV.setHtml(vacancies_desc,
new HtmlResImageGetter(descTV));
ERROR
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.arihanteducationgroup.online.indore/com.arihanteducationgroup.online.indore.activities.DetailVacancy}: java.lang.IndexOutOfBoundsException: setSpan (423 ... 454) ends beyond length 423
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2455)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2515)
at android.app.ActivityThread.access$1000(ActivityThread.java:154)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1379)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:157)
at android.app.ActivityThread.main(ActivityThread.java:5571)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:745)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:635)
The text was updated successfully, but these errors were encountered:
I am trying to add html in HTMLTextView but getting followoing error :
Getting error on this line
descTV.setHtml(vacancies_desc,
new HtmlResImageGetter(descTV));
ERROR
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.arihanteducationgroup.online.indore/com.arihanteducationgroup.online.indore.activities.DetailVacancy}: java.lang.IndexOutOfBoundsException: setSpan (423 ... 454) ends beyond length 423
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2455)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2515)
at android.app.ActivityThread.access$1000(ActivityThread.java:154)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1379)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:157)
at android.app.ActivityThread.main(ActivityThread.java:5571)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:745)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:635)
The text was updated successfully, but these errors were encountered: