Skip to content

Releases: quipper-dev/AndroidMath

Build 1.1

30 Mar 07:52
68e0e97

Choose a tag to compare

What's Changed

  • Rebase to master gregcockroft and fix cdep dependency by @andremw96 in #2
  • Update the build version by @leo0263 in #3

New Contributors

Full Changelog: 1.0...1.1

1.0

15 Mar 10:35
3aa4746

Choose a tag to compare

1.0

This is the created aar from the latest fix on: https://github.com/leo0263/AndroidMath.

  1. Copy the attached .aar file from:
    ../AndroidMath/mathdisplaylib/build/outputs/aar

  2. To:
    ../YourAndroidProject/app/libs

  3. Add this on build.gradlew
    implementation(name: "mathdisplaylib-debug", ext: "aar")

  4. Initialize the mathdisplaylib on (preferably) Application level onCreate():
    MTFontManager.setContext(context);

  5. Call the offline latex bitmap generator from anywhere on the project
    MTMathGenerator.createBitmap("latex str")