andob / android-awt

Combination of code from Apache Harmony and Apache Commons Imaging to replace classes in java.awt for Android.
Apache License 2.0
28 stars 15 forks source link

java.awt.font.NumericShaper and java.awt.font.TextAttribute are present in Android SDK Platform 32 #10

Closed VincentJoshuaET closed 1 year ago

VincentJoshuaET commented 2 years ago
> Task :app:minifyReleaseWithR8
AGPBI: {"kind":"warning","text":"The following library types, prefixed by java., are present both as library and non library classes: java.awt.font.NumericShaper, java.awt.font.TextAttribute. Library classes will be ignored.","sources":[{}],"tool":"R8"}
The following library types, prefixed by java., are present both as library and non library classes: java.awt.font.NumericShaper, java.awt.font.TextAttribute. Library classes will be ignored.
andob commented 2 years ago

the message is right, both classes are present in the android sdk since api level 1.

is this just a warning? everything works fine?