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

problems in installing library, problems with Processor.java #7

Open
tahuuha opened this issue Aug 31, 2015 · 1 comment
Open

problems in installing library, problems with Processor.java #7

tahuuha opened this issue Aug 31, 2015 · 1 comment

Comments

@tahuuha
Copy link

tahuuha commented Aug 31, 2015

With Android Studio, When I import this project as library, I got the error:
Error:(424, 96) error: incompatible types: inferred type does not conform to upper bound(s)
inferred: Persistable<ResourceRepresentation> upper bound(s): Persistable>,Persistable<CAP#1>
where CAP#1 is a fresh type-variable:
CAP#1 extends ResourceRepresentation from capture of ? extends ResourceRepresentation
Error:(523, 44) error: incompatible types: inferred type does not conform to upper bound(s)
inferred: Persistable
upper bound(s): Persistable,Persistable<CAP#1>
where CAP#1 is a fresh type-variable:
CAP#1 extends Resource from capture of ? extends Resource
Error:(559, 90) error: incompatible types: inferred type does not conform to upper bound(s)
inferred: Persistable<ResourceRepresentation> upper bound(s): Persistable>,Persistable<CAP#1>
where CAP#1 is a fresh type-variable:
CAP#1 extends Resource from capture of ? extends Resource
Error:(625, 41) error: incompatible types: inferred type does not conform to upper bound(s)
inferred: Parser
upper bound(s): Parser,Parser<CAP#1>
where R is a type-variable:
R extends Resource declared in method parseToInputStream(R)
where CAP#1 is a fresh type-variable:
CAP#1 extends Resource from capture of ? extends Resource
Error:Execution failed for task ':pCreationsRESTDroid:compileReleaseJava'.
Compilation failed; see the compiler error output for details.

Please help me to fix this issue.

@rav3n
Copy link

rav3n commented Sep 26, 2015

I have the same problem. How to fix him?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants