"找不到网页" [英] "Web page not available"

查看:177
本文介绍了"找不到网页"的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我的HTC Hero V1.5的默认浏览器应用程序只是不断想出标准的找不到网页页面时,我试图从我的Andr​​oid应用程序中显示HTML页面

The default Browser application on my HTC Hero v1.5 just keeps coming up with the standard "Web page not available" page when I try to display html page from my android application

推荐答案

您需要添加INTERNET权限在你清单文件:

You need add the INTERNET permission in you Manifest file:

<manifest xlmns:android...>
 ...
 <uses-permission android:name="android.permission.INTERNET"></uses-permission>
</manifest>

在这里更多的信息:

more info here:

http://developer.android.com/guide/topics/清单/清单,intro.html

这篇关于&QUOT;找不到网页&QUOT;的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆