using java.awt classes in android

前端 未结 2 1709
臣服心动
臣服心动 2021-01-28 09:34

i\'m currently trying to use the library LLaTeXMath in an android app. The problem is, many functions want Arguments or have return values from the java.awt Package. So far, I\'

2条回答
  •  旧时难觅i
    2021-01-28 10:06

    It's not possible. The only class from awt you can use in android is java.awt.font

提交回复
热议问题