电脑爱好者之家

当前位置: 主页 > Android错误集锦 >
  • [Android错误集锦] 如何更新Android SDK 日期:2014-06-17 16:24:56 点击:255 好评:16

    打开Android SDK Manager,程序会自动检查是不是有更新,提示是否有更新包需要安装。 如果有更新,点击Install packages就可以了。...

  • [Android错误集锦] Download interrupted: Connection to https://dl-ssl.google.co 日期:2014-06-17 16:18:52 点击:2188 好评:16

    Download interrupted: Connection to https://dl-ssl.google.com refused 这个可能是网络问题,国内连google服务器经常连不上。 尝试用下面办法试下: 1.上图SDK Manager 的 Tools -Options打开SDK Manager的Settings, 选中Force https:// sources to be f...

  • [Android错误集锦] Android SDK无法下载怎么办 日期:2014-06-17 15:10:37 点击:1234 好评:8

    若Android SDK无法下载,是因为dl-ssl.google.com被墙,在hosts增加[74.125.204.136 dl-ssl.google.com即可。备用ip:173.194.72.136...

  • [Android错误集锦] eclipse无法安装Visual Editor的问题 日期:2014-03-20 17:31:58 点击:2114 好评:12

    Cannot complete the install because one or more required items could not be found. Software being installed: Visual Editor 1.5.0.R20101202-1328 (org.eclipse.ve.feature.group 1.5.0.R20101202-1328) Missing requirement: Visual Editor Java Core...

  • [Android错误集锦] Java中异常类 日期:2014-02-08 16:12:10 点击:267 好评:8

    为了方便对于这些可传递对象的管理,JavaAPI中专门设计了java.lang.Throwable类,只有该类子类的对象才可以在系统的异常传递体系中进行。该类的两个子类分别是: 1、Error类 该类代表错误,指程序无法恢复的异常情况。对于所有错误类型以及其子类,都不要求...

  • [Android错误集锦] Android提示[Accessibility] Missing contentDescription attrib 日期:2014-02-08 16:10:57 点击:278 好评:0

    在ADT 16.0 中,定义一个ImageVIew的时候 总是提示这个[Accessibility] Missing contentDescription attribute on image警告,虽说可以不理,总觉得有什么问题。。 其实这是ADT 16.0的新特性,在一些没有文本显示的控件里,如imageView和imageButton等,ADT...

  • [Android错误集锦] Android导入项目时出现:Android requires compiler compliance 日期:2014-02-08 16:10:07 点击:242 好评:0

    Android导入项目时出现:Android requires compiler compliance level 5.0 or 6.0. Found 1.4 instead. Please use Android Tools Fix Project Properties. 的解决方法? 1. 按提示在工程文件上 右键 - Android Tools - Fix Project Properties ,该方法无效...

  • [Android错误集锦] make: *** [out/host/linux-x86/obj/EXECUTABLES/localize_inter 日期:2014-02-08 16:09:32 点击:264 好评:2

    make: *** [out/host/linux-x86/obj/EXECUTABLES/localize_intermediates/localize] 错误 1 解决方法: 打开Android.mk: $gedit ./framework/base/tools/localize/Android.mk文件(注意与问题五中的文件是不同文件) 编辑下面一行: ifeq ($(HOST_OS),linux)...

  • [Android错误集锦] external/clearsilver/cgi/cgi.c:22:18: 致命错误: zlib.h: 没有 日期:2014-02-08 16:09:12 点击:365 好评:0

    external/clearsilver/cgi/cgi.c:22:18: 致命错误: zlib.h: 没有那个文件或目录编译终端。 make: ***[out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/cgi.o] 错误 1 解决方法:$ sudo apt-get install zlib1g-dev...

  • [Android错误集锦] You are attempting to build with the incorrect version of ja 日期:2014-02-08 16:08:43 点击:258 好评:6

    Android提示错误:You are attempting to build with the incorrect version of java. Your version is: /bin/bash: java: 未找到命令. The correct version is: 1.5. 解决方法: 注意:必须使用1.5的JDK版本。不能使用1.6等其他版本。...

  • 110条记录
栏目列表
推荐内容
织梦二维码生成器