Issue with using ksoap jar, when install my app on a real android device

青春壹個敷衍的年華 提交于 2019-12-25 08:58:48

问题


I have a problem with my android application. That application which uses the kSOAP jar, in order to make connection with a webservice.

In the eclipse emulator everything works fine. But when I extract the apk and install it on a real device, the application says that there isn't installed.

If I remove the kSOAP, I can open the application.

What should I do?

Regards


回答1:


Resolved.

The problem was related to the use of: android:permission = "INTERNET", on every Activity. And related to when i export the apk, i was not include the kSOAP jar.

My bad.



来源:https://stackoverflow.com/questions/9845887/issue-with-using-ksoap-jar-when-install-my-app-on-a-real-android-device

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