Anyone know how to display latex equations texts? ...
# android
v
Anyone know how to display latex equations texts? I searched some libraries but they are not working saying
Copy code
android.view.InflateException: Binary XML file line #19 in com.vivek.marksapp:layout/item_question: Binary XML file line #19 in com.vivek.marksapp:layout/item_question: Error inflating class katex.hourglass.in.mathlib.MathView
    Caused by: android.view.InflateException: Binary XML file line #19 in com.vivek.marksapp:layout/item_question: Error inflating class katex.hourglass.in.mathlib.MathView
😶 1
Copy code
katex.hourglass.in.mathlib.MathView
This is the library I am using https://github.com/lingarajsankaravelu/Katex
I need to add
jcenter()
for this library, but still it is not working
106 Views