Developing an app in Java that uses mathexpressions. Trying to make it work with Katexmathview. I am using the latest Androidstudio. It is not working by adding
implementation 'in.hourglass.mathrender:katexmathview:1.0.3'
to the build.gradle file.
So I have downloaded the git-files and imported the files as a module and added the module as a dependency to the project.
When I build the project I get the following error:
ERROR: C:UsersRezaAndroidStudioProjectsMathTestkatexmathviewbuildintermediatesincrementaldebugAndroidTestmergeDebugAndroidTestResourcesmerged.dirvaluesvalues.xml:865: AAPT: error: resource android:attr/preserveIconSpacing is private.
I tried to delete the row 865 in that file, but it seems that the file (values.xml) is generated at run-time and even if I delete the whole file, it becomes generated as a new file at run-time.
How to make it work?
Reza is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.