On Nov 2, 8:56 am, nickoff <[email protected]> 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 not connected to eclipse. I'm not entirely sure, but I believe windows firewall was blocking it. The solution for me was to run ddms from the command line. Then launch an android device from the command line(note: I had another program installed which was taking priority over the android commands, so make sure you're in the tools folder.) You should have some sort of java virtual device manager pop up in your tray. Hope this helps. -- You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en

