How to host Rest API server in Android application using Jersey?
问题 I want to host Rest API server on an Android device without using iJetty can someone tell me how to achieve this using Jersey? Is there any android library available in Jersey? 回答1: I got the answer https://github.com/skornei/restserver see the steps https://github.com/skornei/restserver/wiki/Getting-started This worked for me. Thanks 来源: https://stackoverflow.com/questions/59358190/how-to-host-rest-api-server-in-android-application-using-jersey