I am writing my first Andoid application. And facing an error .. I consider it too strange but also expecting to face a lot of strange errors and bugs.
I googled to find out what cause that error. And tried to learn how to debug Android application on Eclipse but no luck. The application I am writing is having only an image and button. The button is to switch the mobile from normal mode to silent mode and the reverse and the image is an indicator the for which mode currently is active. When I got the error I highlighted all the the code and started unhighlighting one by one, till I found the this line specifically cause the error: int ringerMode = mAudioManager.getRingerMode(); when I run the application, on the Debug prespective view , in the error log tab I am getting : Error: No command output when running: 'am start -n ameen.android.silentModeToggle/ ameen.android.silentModeToggle.SilentModelToggleActivity -a android.intent.action.MAIN -c android.intent.category.LAUNCHER' on device emulator-5554 Exception Stack Track: com.android.ddmlib.ShellCommandUnresponsiveException at com.android.ddmlib.AdbHelper.executeRemoteCommand(AdbHelper.java: 408) at com.android.ddmlib.Device.executeShellCommand(Device.java:276) at com.android.ide.eclipse.adt.internal.launch.ActivityLaunchAction.doLaunchAction(ActivityLaunchAction.java: 74) at com.android.ide.eclipse.adt.internal.launch.AndroidLaunchController.launchApp(AndroidLaunchController.java: 1147) at com.android.ide.eclipse.adt.internal.launch.AndroidLaunchController.simpleLaunch(AndroidLaunchController.java: 824) at com.android.ide.eclipse.adt.internal.launch.AndroidLaunchController.access $3(AndroidLaunchController.java:808) at com.android.ide.eclipse.adt.internal.launch.AndroidLaunchController $3.run(AndroidLaunchController.java:656) Session Data: eclipse.buildId=M20110210-1200 java.version=1.6.0_24 java.vendor=Apple Inc. BootLoader constants: OS=macosx, ARCH=x86, WS=cocoa, NL=en_US Framework arguments: -keyring /Users/ameen/.eclipse_keyring - showlocation Command-line arguments: -os macosx -ws cocoa -arch x86 -keyring / Users/ameen/.eclipse_keyring -showlocation I uploaded the zipped project folder into my DropBox folder if someone iterested to test it: http://dl.dropbox.com/u/4392604/Silent_Model_Toggle.zip I also explained this bug with screen shots in my blog, if you wanna have a look: http://enabofaisal.wordpress.com/2011/06/17/the-application-process-has-stopped-unexpectedly-please-try-again/ Please someone help me =) BTW .. as shown above (as Session Data) I have intel x86 MAC OS 10.6 and using Eclipse of these infos: Eclipse SDK Version: 3.6.2 Build id: M20110210-1200 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en