Releases: quipper-dev/AndroidMath
Releases · quipper-dev/AndroidMath
Build 1.1
1.0
This is the created aar from the latest fix on: https://github.com/leo0263/AndroidMath.
-
Copy the attached .aar file from:
../AndroidMath/mathdisplaylib/build/outputs/aar -
To:
../YourAndroidProject/app/libs -
Add this on build.gradlew
implementation(name: "mathdisplaylib-debug", ext: "aar") -
Initialize the mathdisplaylib on (preferably) Application level onCreate():
MTFontManager.setContext(context); -
Call the offline latex bitmap generator from anywhere on the project
MTMathGenerator.createBitmap("latex str")