-
Notifications
You must be signed in to change notification settings - Fork 6.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The new version 4.4.0 product a NoSuchMethod (No static method getFont()) Exception in Android Studio 3.0 #2719
Comments
Please always fill out the issue template when filing new issues. Please provide the full error message and stack trace that you see. As far as I know Glide doesn't use |
different support version led to this exception. I'm using the version 26, but Glide 4.4.0 is 27 inside |
I solve by this: |
Even after updating to version 27,below crash happens to me
|
Duplicate of #2730 |
@Manikkumar1988 that looks like another support library version conflict? Maybe you're depending on the v26 version of some other support library component? If anyone has any particular reason why they don't want to update to v27 of the support library let me know. Also let me know if excluding the support library transitive dependency in your Glide import in Gradle doesn't work. See the duplicate issue for a little more detail. |
Hi, What's the latest glide release supporting API level 26? Thanks |
Found 4.3.1 works as also mentioned in the duplicated issue. Would be nice to have multiple supports or to found instructions in the readme. Btw, thanks for this awesome library. |
solve the exception is reduce the version.
The text was updated successfully, but these errors were encountered: