Jersey Client API Problem

后端 未结 3 1634
南旧
南旧 2021-01-13 23:19

I am writing an Android client which calls a web service. The service is written using JAX-RS / Jersey API. I\'m also trying to use Jersey-Client API on the android side.

3条回答
  •  长发绾君心
    2021-01-13 23:39

    Judging by the stack trace, it's probably something happing at either

    • ERAService line 80 in the updateRestaurantFranchise method
    • RestaurantActivity line 201 in the onItemSelected method

提交回复
热议问题