i am new to android and have been developing a login app.The main file login.xml is displayed on the emulator but as soon as i press the button for new user registration it shows "application has stopped unexpectedly" and prompts to close the app. i also tried debugging with the debug perspective but things are not that clear to me. the entries in the logcat are as follows:-
hope i ll be able to fix it soon..thnks in advance :)) 06-27 11:04:30.663: ERROR/Zygote(32): setreuid() failed. errno: 2 06-27 11:04:30.663: ERROR/Zygote(32): setreuid() failed. errno: 17 06-27 11:04:30.663: ERROR/BatteryService(51): usbOnlinePath not found 06-27 11:04:30.663: ERROR/BatteryService(51): batteryVoltagePath not found 06-27 11:04:30.663: ERROR/BatteryService(51): batteryTemperaturePath not found 06-27 11:04:30.663: ERROR/SurfaceFlinger(51): Couldn't open /sys/power/ wait_for_fb_sleep or /sys/power/wait_for_fb_wake 06-27 11:04:42.852: ERROR/EventHub(51): could not get driver version for /dev/input/mouse0, Not a typewriter 06-27 11:04:42.852: ERROR/EventHub(51): could not get driver version for /dev/input/mice, Not a typewriter 06-27 11:04:43.092: ERROR/System(51): Failure starting core service 06-27 11:04:43.092: ERROR/System(51): java.lang.SecurityException 06-27 11:04:43.092: ERROR/System(51): at android.os.BinderProxy.transact(Native Method) 06-27 11:04:43.092: ERROR/System(51): at android.os.ServiceManagerProxy.addService(ServiceManagerNative.java: 146) 06-27 11:04:43.092: ERROR/System(51): at android.os.ServiceManager.addService(ServiceManager.java:72) 06-27 11:04:43.092: ERROR/System(51): at com.android.server.ServerThread.run(SystemServer.java:184) 06-27 11:04:43.743: ERROR/SoundPool(51): error loading /system/media/ audio/ui/Effect_Tick.ogg 06-27 11:04:43.743: ERROR/SoundPool(51): error loading /system/media/ audio/ui/KeypressStandard.ogg 06-27 11:04:43.743: ERROR/SoundPool(51): error loading /system/media/ audio/ui/KeypressSpacebar.ogg 06-27 11:04:43.743: ERROR/SoundPool(51): error loading /system/media/ audio/ui/KeypressDelete.ogg 06-27 11:04:43.752: ERROR/SoundPool(51): error loading /system/media/ audio/ui/KeypressReturn.ogg 06-27 11:04:44.972: ERROR/ThrottleService(51): Could not open GPS configuration file /etc/gps.conf 06-27 11:04:46.032: ERROR/logwrapper(135): executing /system/bin/tc failed: No such file or directory 06-27 11:04:46.142: ERROR/logwrapper(136): executing /system/bin/tc failed: No such file or directory 06-27 11:04:46.293: ERROR/logwrapper(137): executing /system/bin/tc failed: No such file or directory 06-27 11:04:55.002: ERROR/HierarchicalStateMachine(51): TetherMaster - unhandledMessage: msg.what=3 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

