Critical Call Io 异常:黑莓中的关键隧道故障问题
在我的应用程序中,我与网络连接,它没有显示任何错误,但是当我在手机中安装应用程序时,它显示严重呼叫 io 异常:严重隧道故障。为什么会出现这个错误。请帮助我。
谢谢
In my app i connecting with web,it not showing any error but when i installed app in phone it shows critical call io exception:critical tunnel failure. why this error occurs.Please help me.
Thank You
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
点击链接可以解决您的问题:http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800451/800563/What_Is_-_Different_ways_to_make_an_HTTP_or_socket_connection.html?nodeid=826935&vernum=0
还有你可以使用以下示例代码:
private static String获取连接字符串(){
字符串连接字符串=“”;
if(WLANInfo.getWLANState()==WLANInfo.WLAN_STATE_CONNECTED){
连接字符串=“;接口= wifi”;
}
Follow the link can solve your problem:http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800451/800563/What_Is_-_Different_ways_to_make_an_HTTP_or_socket_connection.html?nodeid=826935&vernum=0
And also you can use the following sample code:
private static String getConnectionString(){
String connectionString="";
if(WLANInfo.getWLANState()==WLANInfo.WLAN_STATE_CONNECTED){
connectionString=";interface=wifi";
}