关于android的错误信息

07-20 08:02:19.900: ERROR/vold(26): Error opening switch name path '/sys/class/switch/test' (No such file or directory)
07-20 08:02:19.900: ERROR/vold(26): Error bootstrapping switch '/sys/class/switch/test' (No such file or directory)
07-20 08:02:19.900: ERROR/vold(26): Error opening switch name path '/sys/class/switch/test2' (No such file or directory)
07-20 08:02:19.900: ERROR/vold(26): Error bootstrapping switch '/sys/class/switch/test2' (No such file or directory)
07-20 08:02:33.739: ERROR/BatteryService(51): usbOnlinePath not found
07-20 08:02:33.739: ERROR/BatteryService(51): batteryVoltagePath not found
07-20 08:02:33.739: ERROR/BatteryService(51): batteryTemperaturePath not found
07-20 08:02:33.758: ERROR/SurfaceFlinger(51): Couldn't open /sys/power/wait_for_fb_sleep or /sys/power/wait_for_fb_wake
07-20 08:02:39.040: ERROR/EventHub(51): could not get driver version for /dev/input/mouse0, Not a typewriter
07-20 08:02:39.040: ERROR/EventHub(51): could not get driver version for /dev/input/mice, Not a typewriter
07-20 08:02:39.350: ERROR/System(51): Failure starting core service
07-20 08:02:39.350: ERROR/System(51): java.lang.SecurityException
07-20 08:02:39.350: ERROR/System(51): at android.os.BinderProxy.transact(Native Method)
07-20 08:02:39.350: ERROR/System(51): at android.os.ServiceManagerProxy.addService(ServiceManagerNative.java:146)
07-20 08:02:39.350: ERROR/System(51): at android.os.ServiceManager.addService(ServiceManager.java:72)
07-20 08:02:39.350: ERROR/System(51): at com.android.server.ServerThread.run(SystemServer.java:176)
07-20 08:02:39.360: ERROR/AndroidRuntime(51): Crash logging skipped, no checkin service
07-20 08:02:52.711: ERROR/ActivityThread(102): Failed to find provider info for android.server.checkin
07-20 08:02:54.460: ERROR/vold(26): Cannot start volume '/sdcard' (volume is not bound)
07-20 08:02:54.991: ERROR/MediaPlayerService(30): Couldn't open fd for content://settings/system/notification_sound
07-20 08:02:55.000: ERROR/MediaPlayer(51): Unable to to create media player
07-20 08:02:55.362: ERROR/ActivityThread(102): Failed to find provider info for android.server.checkin
07-20 08:02:55.540: ERROR/ActivityThread(102): Failed to find provider info for android.server.checkin
07-20 08:03:00.702: ERROR/AndroidRuntime(127): ERROR: thread attach failed
07-20 08:03:08.891: ERROR/AndroidRuntime(184): ERROR: thread attach failed
首先我的程序没有任何错误,模拟器也能跑起来,功能也能实现,apk文件也能生成,那么log信息里的这些错误到底是什么意思,重点帮我解释解释前几条,当然其他的也要帮忙解释下哦,我所有的分全给你了,只等你来拿

或许困扰很多Android开发者最大的问题莫过于Bug的修改了,调Bug 改Bug,想想都头疼,以下就是一位对Bug很有经验的开发者总结出来的有关Android错误的解决方法。

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 开发环境),发现以下报错:

图片显示信息为: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个回答  2011-07-21
前几天log说的是开机启动需要打开的几个文件不存在,还有一些设备打不开

后面的exception说的是有一些系统服务没有加到ServiceManager中去,系统服务一开始就要通过addService加入到Servicemanager中去的,比如你用 getSystemService(Context.xxx)就是获取开机加载进去的系统服务追问

那么那些文件为什么会不存在,怎样解决呢?

追答

这个原因可就多了,可能模拟器对应的rom中缺少这些文件,只要对你自己的程序本身没影响,这些问题没必要这么钻牛角尖的

第2个回答  2011-07-20
首先你可以看出你缺少人文件,你检查下你的模拟器是那个版本,有没有添加sdcard。还有就是缺少权限: java.lang.SecurityException,可能这个应用在开发时的sdk版本比较低,现在用的模拟器版本较高,加强了权限控制。Cannot start volume '/sdcard' (volume is not bound)貌似没有sdcard,声音文件找不到:Couldn't open fd for content://settings/system/notification_sound
,自然无法启动media player,你检查下吧追问

那请问第一句是什么意思?

追答

找不到test,你主要看下是不是sdk版本与开发时不一样,最好能贴代码

追问

SDK模拟器选的是2.1的,target选的也是2.1的。。怎么会不一样咧,代码太长。。

追答

你这个项目不是新开发的吧,我是说以前开发时使用的sdk可能并不是2.1

本回答被提问者采纳
相似回答