- 我做了一個Android項目並運行它。它成功運行。
- 我用Java開發了一個Web服務並託管它。它成功運行。
- 我將web服務導出爲.jar並將其添加到我的Android項目中。
- 當我嘗試調用Web服務中的方法時,出現
Unable to resolve superclass
錯誤。
我的錯誤日誌:當引用.jar庫時無法解析超類錯誤
Unable to resolve superclass of Lweb/service/RandomWordGeneratorService; (73)
Link of class 'Lweb/service/RandomWordGeneratorService;' failed
Could not find class 'web.service.RandomWordGeneratorService',
referenced from method tam.miru.Login$1.onClick
VFY: unable to resolve new-instance 110 Lweb/service/RandomWordGeneratorService;)
in Ltam/miru/Login$1;
VFY: replacing opcode 0x22 at 0x005a
VFY: dead code 0x005c-006e in Ltam/miru/Login$1;.onClick (Landroid/view/View;)
更多信息[這裏](https://plus.google.com/u/0/109385828142935151413/posts/RL91VJd1yti) – rabidgremlin 2012-03-22 22:17:10
非常感謝!!! – XXX 2012-08-05 14:22:18
謝謝... google .. 。:( – fvisticot 2012-10-11 15:05:45