Skip to content
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

Cannot find symbol class KeyEventCompat #2707

Closed
shah-nishant opened this issue Dec 11, 2017 · 3 comments
Closed

Cannot find symbol class KeyEventCompat #2707

shah-nishant opened this issue Dec 11, 2017 · 3 comments
Labels

Comments

@shah-nishant
Copy link

We tried integrating Glide with our project. After adding glide as dependencies in build.gradle, project compilation started failing. It throws an error saying

Cannot find symbol class KeyEventCompat

build.gradle
implementation 'com.github.bumptech.glide:glide:4.4.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.4.0'

Glide Version 4.4.0

@sjudd
Copy link
Collaborator

sjudd commented Dec 11, 2017

Please provide the full stack trace or exception message. You may need to run the build command on the command line to see a reasonable error message.

@sjudd sjudd added the question label Dec 11, 2017
@Mohammad-Ha
Copy link

This has nothing to do with the library. This class was deprecated in API level 26.0.0.

ref: https://developer.android.com/reference/android/support/v4/view/KeyEventCompat.html

@sjudd
Copy link
Collaborator

sjudd commented Dec 18, 2017

Duplicate of #2730.

@sjudd sjudd closed this as completed Dec 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants