FORCE CLOSE with HelloTabWidget (Official Android Tutorial)-Collection of common programming errors
I’ve tried all the other posts on here and other places to solve this, but can’t get it working.
I’m using the Eclipse IDE, it suggests there are no problems, but once it loads up the virtual device, and the application it force closes.
On advice from another post, I’m just re-running the app with logCat loaded… Well attempting to, Eclipse freezes up sometimes with logCat loaded when I try to run the app. Also my Virtual Device seems to take a silly long time to boot into the GUI (when loading this App). I’ve taken a snapshot of the verbose at this point (not yet loaded GUI)
Link to .zip of files: [http://ge.tt/8KVA0qC]
01-27 13:56:43.997: I/DEBUG(31): debuggerd: Jun 30 2010 13:59:20
01-27 13:56:44.145: I/Netd(30): Netd 1.0 starting
01-27 13:56:44.175: I/Vold(29): Vold 2.1 (the revenge) firing up
01-27 13:56:44.185: D/qemud(38): entering main loop
01-27 13:56:44.225: D/Vold(29): Volume sdcard state changing -1 (Initializing) -> 0 (No-Media)
01-27 13:56:44.835: D/Vold(29): Volume sdcard state changing 0 (No-Media) -> 1 (Idle-Unmounted)
01-27 13:56:44.855: W/Vold(29): No UMS switch available
01-27 13:56:45.025: D/qemud(38): fdhandler_accept_event: accepting on fd 10
01-27 13:56:45.035: D/qemud(38): created client 0xe078 listening on fd 8
01-27 13:56:45.046: D/qemud(38): client_fd_receive: attempting registration for service 'boot-properties'
01-27 13:56:45.046: D/qemud(38): client_fd_receive: -> received channel id 1
01-27 13:56:45.067: D/qemud(38): client_registration: registration succeeded for client 1
01-27 13:56:45.067: I/qemu-props(51): connected to 'boot-properties' qemud service.
01-27 13:56:45.085: I/qemu-props(51): received: dalvik.vm.heapsize=24m
01-27 13:56:45.085: I/qemu-props(51): received: qemu.sf.lcd_density=240
01-27 13:56:45.094: I/qemu-props(51): received: qemu.hw.mainkeys=1
01-27 13:56:45.094: I/qemu-props(51): received: qemu.sf.fake_camera=back
01-27 13:56:45.094: I/qemu-props(51): received:
01-27 13:56:45.094: I/qemu-props(51): invalid format, ignored.
01-27 13:56:45.355: D/qemud(38): fdhandler_accept_event: accepting on fd 10
01-27 13:56:45.355: D/qemud(38): created client 0x12f38 listening on fd 11
01-27 13:56:45.355: D/qemud(38): fdhandler_event: disconnect on fd 11
01-27 13:56:45.385: D/qemud(38): fdhandler_accept_event: accepting on fd 10
01-27 13:56:45.385: D/qemud(38): created client 0x12f38 listening on fd 11
01-27 13:56:45.385: D/qemud(38): client_fd_receive: attempting registration for service 'gsm'
01-27 13:56:45.385: D/qemud(38): client_fd_receive: -> received channel id 2
01-27 13:56:45.394: D/qemud(38): client_registration: registration succeeded for client 2
01-27 13:56:46.166: D/AndroidRuntime(33): >>>>>>>>>>>>>> AndroidRuntime START