关闭 x
IT技术网
    技 采 号
    ITJS.cn - 技术改变世界
    • 实用工具
    • 菜鸟教程
    IT采购网 中国存储网 科技号 CIO智库

    IT技术网

    IT采购网
    • 首页
    • 行业资讯
    • 系统运维
      • 操作系统
        • Windows
        • Linux
        • Mac OS
      • 数据库
        • MySQL
        • Oracle
        • SQL Server
      • 网站建设
    • 人工智能
    • 半导体芯片
    • 笔记本电脑
    • 智能手机
    • 智能汽车
    • 编程语言
    IT技术网 - ITJS.CN
    首页 » 安卓开发 »Android错误解决方法集锦

    Android错误解决方法集锦

    2014-11-28 00:00:00 出处:apkbus
    分享

    1 android java.net.UnknownHostException: Unable to resolve host “…”: No address associated 错误

    我在android开发的时候经常会遇到这个错误,一般来说,造成这种错误的最普遍情况有两种:

    1.android设备网络连接没打开,例如3G网络和WIFI网络

    所以,假如遇到这种错误时,请先查看网络是否已正常连接.

    2.Manifest文件没有标明网络访问权限

    假如确认网络已经正常连接并且还是出这种错误的话,那么请看下你的Manifest文件是否标明应用需要网络访问权限,假如没标明的话,也访问不了网络,也会造成这种情况的.

    //网络访问权限

    2 Failed to install *.apk on device ‘emulator-5554′: timeout

    错误提示:

    Failed to install helloworld.apk on device ‘emulator-5554′: timeout

    或者

    the user data image is used

    原因:

    由于模拟器已经开启而没有关闭或者非法关闭引起的。

    解决方法:

    删除 C:Documents and SettingsAdministrator.androidavd对应版本.avd

    下所有以.lock结尾的文件夹。

    或者

    Failed to install *.apk on device *:

    timeout Launch canceled!

    还有一种办法:

    在window->preferences->Android->DDMS->ADB connection time out (ms):

    将这个值设置的大一些,默认为5000,设置成500000,然后就OK了。

    3 This Android SDK requires Andriod Developer Toolkit version 20.0.0 or above

    打开Eclipse(Android 开发环境),发现以下报错:

    1346673984_5685.jpg

    图片显示信息为:Android SDK要求ADT(Android Developer Toolkit)版本在20.0.0或以上版本,检测到当前版本为18.0.0,请更新最新的ADT。

    出现这样的提示,根本原因是Eclipse启动时检测E:Program Filesandroid-sdk-windowstoolslibplugin.prop文件 文件内容为:

    begin plugin.prop

    plugin.version=20.0.0

    # end plugin.prop

    这就很容易理解了,需求插件版本为20.0.0,这时候我们只需要改成:

    begin plugin.prop

    plugin.version=18.0.0

    # end plugin.prop

    OK了,重新启动下Eclipse,看看是不是解决了这个问题

    4 [Accessibility] Missing contentDescription attribute on image

    今天使用了下ADT 16.0 在定义一个ImageVIew的时候 总是提示这个[Accessibility] Missing contentDescription attribute on image警告,虽说可以不理 但总是感觉怪怪的,在网上一搜 发现原来这是ADT 16.0的新特性,在一些没有文本显示的控件里,如imageView和imageButton等,ADT会提示你定义一个android:contentDescription属性,用来描述这个控件的作用。英文原文如下,如有翻译的不对的地方,敬请批评指正。

    Resolved this warning by setting attribute android:contentDescription for my ImageView

    android:contentDescription=”@string/desc”

    Android Lint support in ADT 16 throws this warning to ensure that image widgets provide a contentDescription

    This defines text that briefly describes content of the view. This property is used primarily for accessibility. Since some views do not have textual representation this attribute can be used for providing such.

    Non-textual widgets like ImageViews and ImageButtons should use the contentDescription attribute to specify a textual description of the widget such that screen readers and other accessibility tools can adequately describe the user interface.

    5 java.lang.NoClassDefFoundError: com.baidu.mapapi.BMapManager解决办法

    用百度地图,可能把工程复制了些位置 出错了

    解决办法:

    1.右击项目->properties->Java Build Path->Order and Export,在需要引用的包前面打勾。

    2.Project->Clean…

    clipboard.png

    6 eclipse中提示 No Completions Available,Alt+/不自动提示

    window-> Preferences-> Java-> Editor-> Content Assist-> Advanced

    上面的选项卡Select the proposal kinds contained in the ‘default’ content assist list中添加【Java Non-Type Proposals】

    clipboard1.png

    上一篇返回首页 下一篇

    声明: 此文观点不代表本站立场;转载务必保留本文链接;版权疑问请联系我们。

    别人在看

    电脑屏幕不小心竖起来了?别慌,快捷键搞定

    Destoon 模板存放规则及语法参考

    Destoon系统常量与变量

    Destoon系统目录文件结构说明

    Destoon 系统安装指南

    Destoon会员公司主页模板风格添加方法

    Destoon 二次开发入门

    Microsoft 将于 2026 年 10 月终止对 Windows 11 SE 的支持

    Windows 11 存储感知如何设置?了解Windows 11 存储感知开启的好处

    Windows 11 24H2 更新灾难:系统升级了,SSD固态盘不见了...

    IT头条

    Synology 更新 ActiveProtect Manager 1.1 以增强企业网络弹性和合规性

    00:43

    新的 Rubrik Agent Cloud 加速了可信的企业 AI 代理部署

    00:34

    宇树科技 G1人形机器人,拉动一辆重达1.4吨的汽车

    00:21

    Cloudera 调查发现,96% 的企业已将 AI 集成到核心业务流程中,这表明 AI 已从竞争优势转变为强制性实践

    02:05

    投资者反对马斯克 1 万亿美元薪酬方案,要求重组特斯拉董事会

    01:18

    技术热点

    大型网站的 HTTPS 实践(三):基于协议和配置的优化

    ubuntu下右键菜单添加新建word、excel文档等快捷方式

    Sublime Text 简明教程

    用户定义SQL Server函数的描述

    怎么在windows 7开始菜单中添加下载选项?

    SQL Server 2016将有哪些功能改进?

      友情链接:
    • IT采购网
    • 科技号
    • 中国存储网
    • 存储网
    • 半导体联盟
    • 医疗软件网
    • 软件中国
    • ITbrand
    • 采购中国
    • CIO智库
    • 考研题库
    • 法务网
    • AI工具网
    • 电子芯片网
    • 安全库
    • 隐私保护
    • 版权申明
    • 联系我们
    IT技术网 版权所有 © 2020-2025,京ICP备14047533号-20,Power by OK设计网

    在上方输入关键词后,回车键 开始搜索。Esc键 取消该搜索窗口。