一查看列表,才发现这是个回帖的淡季。
离过年不远了,每个人都在准备明年的工作。我学android也是一样,祝大家好运啦

解决方案 »

  1.   

    这是在同样的环境的下。另一个工程的异常信息11-17 07:18:07.357: ERROR/Zygote(33): setreuid() failed. errno: 2
    11-17 07:18:24.367: ERROR/Zygote(33): setreuid() failed. errno: 17
    11-17 07:18:27.978: ERROR/BatteryService(69): usbOnlinePath not found
    11-17 07:18:27.988: ERROR/BatteryService(69): batteryVoltagePath not found
    11-17 07:18:27.988: ERROR/BatteryService(69): batteryTemperaturePath not found
    11-17 07:18:28.107: ERROR/SurfaceFlinger(69): Couldn't open /sys/power/wait_for_fb_sleep or /sys/power/wait_for_fb_wake
    11-17 07:18:39.897: ERROR/EventHub(69): could not get driver version for /dev/input/mouse0, Not a typewriter
    11-17 07:18:39.907: ERROR/EventHub(69): could not get driver version for /dev/input/mice, Not a typewriter
    11-17 07:18:40.337: ERROR/System(69): Failure starting core service
    11-17 07:18:40.337: ERROR/System(69): java.lang.SecurityException
    11-17 07:18:40.337: ERROR/System(69):     at android.os.BinderProxy.transact(Native Method)
    11-17 07:18:40.337: ERROR/System(69):     at android.os.ServiceManagerProxy.addService(ServiceManagerNative.java:146)
    11-17 07:18:40.337: ERROR/System(69):     at android.os.ServiceManager.addService(ServiceManager.java:72)
    11-17 07:18:40.337: ERROR/System(69):     at com.android.server.ServerThread.run(SystemServer.java:184)
    11-17 07:18:42.937: ERROR/SoundPool(69): error loading /system/media/audio/ui/Effect_Tick.ogg
    11-17 07:18:42.986: ERROR/SoundPool(69): error loading /system/media/audio/ui/KeypressStandard.ogg
    11-17 07:18:42.998: ERROR/SoundPool(69): error loading /system/media/audio/ui/KeypressSpacebar.ogg
    11-17 07:18:43.007: ERROR/SoundPool(69): error loading /system/media/audio/ui/KeypressDelete.ogg
    11-17 07:18:43.026: ERROR/SoundPool(69): error loading /system/media/audio/ui/KeypressReturn.ogg
    11-17 07:18:48.287: ERROR/ThrottleService(69): Could not open GPS configuration file /etc/gps.conf
    11-17 07:18:49.917: ERROR/logwrapper(144): executing /system/bin/tc failed: No such file or directory
    11-17 07:18:50.056: ERROR/logwrapper(146): executing /system/bin/tc failed: No such file or directory
    11-17 07:18:50.207: ERROR/logwrapper(149): executing /system/bin/tc failed: No such file or directory
    11-17 07:19:20.339: ERROR/HierarchicalStateMachine(69): TetherMaster - unhandledMessage: msg.what=3
      

  2.   

    呵呵,我自以为一年的java经验可以解决(包括通过网上)大部分的java难题,没想过就栽在android上,没有人了吗
      

  3.   

    好像是在Zygotinit的时候对uid的验证没有通过你查查看errno.h里面 2和17是什么意思吧
      

  4.   

    I met the same setruid() failed error too