chrisjenx / Calligraphy

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

java.lang.NoSuchMethodError: No static method getFont #426

Closed RushiMThakker closed 6 years ago

RushiMThakker commented 6 years ago

Hey Chris,

Suddenly I started getting this error today. Seems like all places where support-vs:26.0.2 is using now support-compat:27.0.1 which is causing this issue. Looks like you used this method in calligraphy.

Any quick fix?

Thanks and Regards RMT

RushiMThakker commented 6 years ago

Sorry. Something related to https://stackoverflow.com/a/47126127/3484668. It is because of running studio 3.0 and then 2.3.3 Changing build tools solved it.