chrisjenx / Calligraphy

Custom fonts in Android the easy way...
Apache License 2.0
8.59k stars 1.1k forks source link

use this library in android module #484

Closed SummerMineJack closed 4 years ago

SummerMineJack commented 4 years ago

When the library is used in a library, when there is a custom layout in an Activity layout xml file in the library, a crash occurs: java.lang.NullPointerException: Attempt to invoke virtual method'java.lang.Object java.lang.reflect .Field.get(java.lang.Object)' on a null object reference

SummerMineJack commented 4 years ago

https://github.com/chrisjenx/Calligraphy/issues/475#issue-480666801