incompatible types: no unique maximal instance exists for type variable T with upper bounds PhotoView,View
Open
- Dominant language
- Java
- Stars
- 18.8k
- Forks
- 3.9k
- PR merge metrics
- No merged PRs in 30d
Description
I am getting this error while trying to initialize the variable.
```
error: incompatible types: no unique maximal instance exists for type variable T with upper bounds PhotoView,View
where T is a type-variable:
T extends View declared in method findViewById(int)
```
I am using the older version of PhotoView 2.1.4 as I'm not using AndroidX.
Contributor guide
Assessment
This issue has not been assessed yet.