[android-beginners] Re: Can't start apps in emulator

2009-11-18 Thread Jeff
On Nov 2, 8:56 am, nickoff nick...@gmail.com wrote: I have Eclipse Galileo with ADT Plugin installed. If i make run, the emulator starts but doesn't show the application. What can be wrong? I had the same problem, and even if you look for the logcat info it won't be there, as the device is

[android-beginners] Re: Can't start apps in emulator

2009-11-05 Thread nickoff
my console output looks as folows: [2009-11-04 19:57:45 - Snake]-- [2009-11-04 19:57:45 - Snake]Android Launch! [2009-11-04 19:57:45 - Snake]adb is running normally. [2009-11-04 19:57:45 - Snake]Performing com.example.android.snake.Snake activity launch [2009-11-04

Re: [android-beginners] Re: Can't start apps in emulator

2009-11-05 Thread Justin Anderson
That is not the logcat info. Assuming you are using eclipse, go to the DDMS or Debug views. You should see a tab labeled LogCat. That will give you more information about what is happening. Errors are displayed in red usually.