Reputation: 61
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
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
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.
Upvotes: 3