resourcepool / ssdp-client

The most lightweight asynchronous Java SSDP (Simple Service Discovery Protocol) Client
Apache License 2.0
53 stars 21 forks source link

java.lang.NoClassDefFoundError: Failed resolution of: Lio/resourcepool/ssdp/client/SsdpClient #10

Closed giripradip closed 4 years ago

giripradip commented 6 years ago

I have added this project via gradle. And implemented the discover services task. But I got this java runtime error java.lang.NoClassDefFoundError: Failed resolution of: Lio/resourcepool/ssdp/client/SsdpClient. How to solve this problem? I even tried to clean the project, uninstall the old app and re-run it again still could not solve the problem. Thanks!

loicortola commented 5 years ago

Hello @giripradip mmmh, can you send me your gradle file?

loicortola commented 4 years ago

Closed for inactivity