android KSOAP2 HttpsTransport warning End mothd [duplicate]

▼魔方 西西 提交于 2019-12-02 14:05:15

问题


Possible Duplicate:
KSOAP never timeout

I am successfully consuming a web service using KSOAP2, but eclipse is giving me the following warning message;

(org.ksoap2.transport.KeepAliveHttpsTransportSE$1) that doesn't come with an
associated EnclosingMethod attribute. This class was probably produced by a
compiler that did not target the modern .class file format. The recommended
solution is to recompile the class from source, using an up-to-date compiler
and without specifying any "-target" type options. The consequence of ignoring
this warning is that reflective operations on this class will incorrectly
indicate that it is *not* an inner class.

while it is not causing any problems, I would like to find a way of making the message go away and make Eclipse happy, has anyone found a solution to this?


回答1:


Use these @SuppressWarnings before the warning



来源:https://stackoverflow.com/questions/7201100/android-ksoap2-httpstransport-warning-end-mothd

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!