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

