Pravinkumar Putta
Pravinkumar Putta

Reputation: 61

Showing error "Supertypes of the following classes cannot be resolved." without any class list

Error:Supertypes of the following classes cannot be resolved. Please make sure you have the required dependencies in the classpath:

Without any class list it's giving error

enter image description here

I'm developing library. In that I created one class and used it in demo app importing. When I instantiate object of that class then it compiles successfully. But when I try to access getter methods at next line then it gives above error.

I'm not understanding where it's going wrong, because it does not showing any class name or error location.

Can any one help??

Upvotes: 2

Views: 5947

Answers (1)

Evelyn
Evelyn

Reputation: 2656

@Pamela Hill had the right answer, if you hover over the error on the left you'll see that there's more, and you can copy this into a text editor to see it the full output.

screenshot

Upvotes: 3

Related Questions