[android-beginners] Re: Android 1.5: Problems developing on a device

2009-05-01 Thread Xavier Ducrohet
If you device doesn't appear in ddms, you might want to restart abd ('adb kill-server' followed by 'adb start-server') Xav On Fri, May 1, 2009 at 8:41 AM, asymmetric wrote: > > i'm having the same problem, i.e. i cannot debug my application within > eclipse anymore. > the device doesn't even ap

[android-beginners] Re: Android 1.5: Problems developing on a device

2009-05-01 Thread asymmetric
i'm having the same problem, i.e. i cannot debug my application within eclipse anymore. the device doesn't even appear in the ddms window this is my console output: >Android Launch! >adb is running normally. >Performing com.asd.voipdroid.VOIPDroid activity launch >Automatic Target Mode: launching

[android-beginners] Re: Android 1.5: Problems developing on a device

2009-04-30 Thread PaulV
I found the problem... it was just that I needed to change the option to manual in the Deployment Target Selection Mode... a rookie mistake :-P Thanks for all, On Apr 30, 4:48 pm, Xavier Ducrohet wrote: > What does the console say? > > Is your device showing up in the Device Panel in the DDMS p

[android-beginners] Re: Android 1.5: Problems developing on a device

2009-04-30 Thread Xavier Ducrohet
What does the console say? Is your device showing up in the Device Panel in the DDMS perspective (or in "adb devices") ? Xav On Wed, Apr 29, 2009 at 3:08 PM, PaulV wrote: > > Hi everyone, > > I've been having problems to load my applications in my G1 Phone with > the new Android 1.5. I was hav