Android JRE System library (java.awt.*) is missed

后端 未结 5 988
眼角桃花
眼角桃花 2020-12-21 05:10

I\'m trying to run pdfbox.jar library on Android and seems like I do everything right. I use Eclipse pluging to deploy the project. The code is very simple just call for pd

5条回答
  •  心在旅途
    2020-12-21 05:41

    The only part of AWT supported by Android is the fonts package.

    Porting AWT graphics code to Android

提交回复
热议问题