I would say show us your AndroidManifest.xml, might be some problem there. Best regards, Filip Havlicek
2010/12/7 Kostya Vasilyev <[email protected]> > What happens when you run it from the installed apps list? > > Are you doing any type of lengthy operation in onCreate / onStart / > onResume, such as downloading data from the Internet? > > -- Kostya > > 07.12.2010 18:33, Robin Talwar пишет: > > Yes yes it is very much there. > > > On Tue, Dec 7, 2010 at 7:36 PM, Kostya Vasilyev <[email protected]>wrote: > >> Did the application actually install on the emulator? >> >> Can you run it from the emulator's installed applications list? >> >> -- Kostya >> >> 07.12.2010 16:55, Robin Talwar пишет: >> >> Yes i created a newhelloworld project and it is running perfectly >> >> On Tue, Dec 7, 2010 at 7:18 PM, Kostya Vasilyev <[email protected]>wrote: >> >>> I don't think it's the code. >>> >>> Can you create a new HelloWorld type project using the wizard (File: New >>> Android Project) and try to run that? >>> >>> -- Kostya >>> >>> 07.12.2010 16:41, Robin Talwar пишет: >>> >>> Yes i can see the home screen. >>> Do you have some time to read my code? It wont take much time as it is >>> basic application >>> >>> On Tue, Dec 7, 2010 at 7:09 PM, Kostya Vasilyev <[email protected]>wrote: >>> >>>> Is the emulator already running at this point? >>>> >>>> Did you give it enough time to properly start up (you should see the >>>> Android home screen)? >>>> >>>> -- Kostya >>>> >>>> 07.12.2010 16:28, Abhishek Talwar пишет: >>>> >>>> So i was doing some Database stuff >>>>> I read the Notepad tutorial completed it and started making my first >>>>> database application. >>>>> I am not extracting data from user instead i have one application and >>>>> on helper class . >>>>> The application class calls the method of the helper class which adds >>>>> the content in database. >>>>> So the data is provided by main application and the the UI of the >>>>> application should be just the list of the data. >>>>> Basically very simple database application but still i am not able to >>>>> complete it. >>>>> I started commenting the code from bottom to check where the problem >>>>> may have lied but >>>>> it seems to me that i have commented every line of code lol :) and >>>>> stll cant fix the problem . >>>>> The Error Log which i get everytime i run the application is :- >>>>> >>>>> eclipse.buildId=M20100211-1343 >>>>> java.version=1.6.0_20 >>>>> java.vendor=Sun Microsystems Inc. >>>>> BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_IN >>>>> Command-line arguments: -os linux -ws gtk -arch x86 >>>>> >>>>> >>>>> Error >>>>> Tue Dec 07 18:45:33 IST 2010 >>>>> No command output when running: 'am start -n org.simpledatabase/ >>>>> org.simpledatabase.simpledatabase -a android.intent.action.MAIN -c >>>>> android.intent.category.LAUNCHER' on device emulator-5554 >>>>> >>>>> com.android.ddmlib.ShellCommandUnresponsiveException >>>>> at >>>>> com.android.ddmlib.AdbHelper.executeRemoteCommand(AdbHelper.java: >>>>> 408) >>>>> at >>>>> com.android.ddmlib.Device.executeShellCommand(Device.java:277) >>>>> at >>>>> >>>>> com.android.ide.eclipse.adt.internal.launch.ActivityLaunchAction.doLaunchAction(Unknown >>>>> Source) >>>>> at >>>>> >>>>> com.android.ide.eclipse.adt.internal.launch.AndroidLaunchController.launchApp(Unknown >>>>> Source) >>>>> at >>>>> >>>>> com.android.ide.eclipse.adt.internal.launch.AndroidLaunchController.simpleLaunch(Unknown >>>>> Source) >>>>> at >>>>> >>>>> com.android.ide.eclipse.adt.internal.launch.AndroidLaunchController.access >>>>> $3(Unknown Source) >>>>> at >>>>> com.android.ide.eclipse.adt.internal.launch.AndroidLaunchController >>>>> $3.run(Unknown Source) >>>>> >>>>> >>>> >>>> -- >>>> Kostya Vasilyev -- WiFi Manager + pretty widget -- >>>> http://kmansoft.wordpress.com >>>> >>>> >>>> -- >>>> 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]<android-developers%[email protected]> >>>> For more options, visit this group at >>>> http://groups.google.com/group/android-developers?hl=en >>>> >>> >>> -- >>> 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 >>> >>> >>> >>> -- >>> Kostya Vasilyev -- WiFi Manager + pretty widget -- >>> http://kmansoft.wordpress.com >>> >>> -- >>> 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]<android-developers%[email protected]> >>> For more options, visit this group at >>> http://groups.google.com/group/android-developers?hl=en >>> >> >> -- >> 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 >> >> >> >> -- >> Kostya Vasilyev -- WiFi Manager + pretty widget -- >> http://kmansoft.wordpress.com >> >> -- >> 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]<android-developers%[email protected]> >> For more options, visit this group at >> http://groups.google.com/group/android-developers?hl=en >> > > -- > 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 > > > > -- > Kostya Vasilyev -- WiFi Manager + pretty widget -- > http://kmansoft.wordpress.com > > -- > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- 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

