签名的 android apk - 网络问题
我已经使用 netbeans 签署了我的应用程序并将其导出,上传到 android 市场,一切都很好。 安装应用程序时,它会告诉我所需的各种权限。
但是该应用程序无法获得互联网连接,引发网络异常。当然,我在清单文件中设置了互联网权限。
这个应用程序与调试键完美配合。
我正在使用 httpclient 进行网络连接。
有人对可能出现的问题有任何想法吗?
提前致谢
I have signed my app using netbeans and exported it, uploaded to android market, all fine.
On install of the app, it tells me the various permissions that are needed.
However the app cannot get an internet connection, throws network exception. Of course i have internet permission set in manifest file.
This app works perfectly with debug key.
I am using httpclient for networking.
Anyone have any ideas on what the issue might be?
thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
添加访问网络状态的权限,然后添加“ACCESS_NETWORK_STATE”
Add permission to access network state also then 'ACCESS_NETWORK_STATE'