Unable to resolve superclass error when referencing .jar library
问题 I did an Android project and run it. It ran successfully. I developed a web service in Java and hosted it. It ran successfully. I exported the webservice into a .jar and added it to my Android project. When I try to call a method in the web service I get an Unable to resolve superclass error. My error log: Unable to resolve superclass of Lweb/service/RandomWordGeneratorService; (73) Link of class 'Lweb/service/RandomWordGeneratorService;' failed Could not find class 'web.service