[android-beginners] Re: HelloAndroid not working...

2009-06-22 Thread Jose Ayerdis
try givin it more memory 2009/6/21 phil > > i did a search and saw a few ideas about how to solve this (clean) and > none of them worked. > > I was working my way throgh HelloAndroid - got to the point of > running, and the emulator comes up, but never gets past the ANDROID > screen. > > Here's

[android-beginners] Re: HelloAndroid not working...

2009-06-22 Thread Michael Leung
try to give it more time. Mine one is very slow. it tooks a few minutes. On Tue, Jun 23, 2009 at 6:14 AM, Jose Ayerdis wrote: > try givin it more memory > > 2009/6/21 phil > > >> i did a search and saw a few ideas about how to solve this (clean) and >> none of them worked. >> >> I was working m

[android-beginners] Re: HelloAndroid not working...

2009-06-22 Thread Jose Ayerdis
ohh yes usually takes about 30 second. But in mine a 2GB RAM a Dual Core takes over 1 minute. I recomend you to run it do not close each time you running an App 2009/6/22 Michael Leung > try to give it more time. Mine one is very slow. it tooks a few minutes. > > On Tue, Jun 23, 2009 at 6:14

[android-beginners] Re: HelloAndroid not working...

2009-06-23 Thread phil
i did this with the same result. C:\tools\android>emulator -avd myavd -memory 1024 emulator: WARNING:4: missing expected assignment operator (=). line ignored C:\tools\android> On Jun 22, 1:14 pm, Jose Ayerdis wrote: > try givin it more memory > > 2009/6/21 phil > > > > > > > i did a sear

[android-beginners] Re: HelloAndroid not working...

2009-06-23 Thread Jose Ayerdis
would you like sending us your code. 2009/6/23 phil > > i did this with the same result. > > C:\tools\android>emulator -avd myavd -memory 1024 > emulator: WARNING:4: missing expected assignment operator (=). > line ignored > > C:\tools\android> > > On Jun 22, 1:14 pm, Jose Ayerdis wrote

[android-beginners] Re: HelloAndroid not working...

2009-06-23 Thread phil
i don't think it's the code, it's the emulator no launching. I get the graphics of the phone, it just never gets pas "ANDROID" no home screen, etc... code package com.example.helloandroid; import android.app.Activity; import android.os.Bundle; import android.widget.TextView; pu

[android-beginners] Re: HelloAndroid not working...

2009-06-23 Thread Jose Ayerdis
I would like to know: Wich Eclipse Plugin are you using? Android SDK version Operative System Version 2009/6/23 phil > > i don't think it's the code, it's the emulator no launching. I get > the graphics of the phone, it just never gets pas "ANDROID" no > home screen, etc... > > code

[android-beginners] Re: HelloAndroid not working...

2009-06-23 Thread phil
eclipse 3.4.1 - M20080911-1700 android ddms/development tools: 0.9.1.v200905011822-1621 android sdk - 1.5r2 operating system - windows xp mce sp3 On Jun 23, 2:53 am, Jose Ayerdis wrote: > I would like to know: > > Wich Eclipse Plugin are you using? > Android SDK version > Operative System Versio

[android-beginners] Re: HelloAndroid not working...

2009-06-23 Thread Wagner Silva
Another tip is start the emulator on the terminal before start the application. The application just started here in this way. -- Wagner Silva planinfo.blogspot.com On Mon, Jun 22, 2009 at 8:28 PM, Jose Ayerdis wrote: > ohh yes usually takes about 30 second. But in mine a 2GB RAM a Dual Core >

[android-beginners] Re: HelloAndroid not working...

2009-06-23 Thread phil
do you mean from a command prompt? i did try that - same result. On Jun 22, 5:39 pm, Wagner Silva wrote: > Another tip is start the emulator on the terminal before start the > application. > The application just started here in this way. > > -- > Wagner Silva > planinfo.blogspot.com > > On Mon,

[android-beginners] Re: HelloAndroid not working...

2009-06-23 Thread Jose Ayerdis
any firewall that can affect you on XP? 2009/6/23 phil > > do you mean from a command prompt? i did try that - same result. > > On Jun 22, 5:39 pm, Wagner Silva wrote: > > Another tip is start the emulator on the terminal before start the > > application. > > The application just started here

[android-beginners] Re: HelloAndroid not working...

2009-06-23 Thread phil
i don't think so. but it's trying to connect to my local machine anyway isn't it? On Jun 23, 4:32 pm, Jose Ayerdis wrote: > any firewall that can affect you on XP? > > 2009/6/23 phil > > > > > > > do you mean from a command prompt?  i did try that - same result. > > > On Jun 22, 5:39 pm, Wagne

[android-beginners] Re: HelloAndroid not working...

2009-06-23 Thread Jose Ayerdis
don;t know if you have seen this http://www.anddev.org/the_emulator_doesnt_start-t36.html might help you 2009/6/23 phil > > i don't think so. but it's trying to connect to my local machine > anyway isn't it? > > On Jun 23, 4:32 pm, Jose Ayerdis wrote: > > any firewall that can affect you

[android-beginners] Re: HelloAndroid not working...

2009-06-23 Thread phil
tried things on there. this is driving me crazy. C:\android\android-sdk-windows-1.5_r2\tools>emulator -avd myavd - verbose -memory 1024 emulator: found SDK root at C:\android\android-sdk-windows-1.5_r2 emulator: root virtual device file at C:\Documents and Settings\phil \.android/avd/myavd.ini e

[android-beginners] Re: HelloAndroid not working...

2009-06-23 Thread Michael Leung
I remember I need to complete a virual device in eclipse and run it from eclipse. On Wed, Jun 24, 2009 at 1:22 PM, phil wrote: > > tried things on there. this is driving me crazy. > > C:\android\android-sdk-windows-1.5_r2\tools>emulator -avd myavd - > verbose -memory 1024 > emulator: found SDK

[android-beginners] Re: HelloAndroid not working...

2009-06-23 Thread phil
interesting thing is that on a different computer, it was a simple as installing it and running it. not quite sure what the difference is. C:\tools\android\android-sdk-windows-1.5_r2\tools>emulator -avd myavd - verbose -memory 1024 emulator: found SDK root at C:\tools\android\android-sdk- window

[android-beginners] Re: HelloAndroid not working...

2009-06-23 Thread Jose Ayerdis
Could be anything even your role on the SO. SO Eclipse Version Android SDK version Plugin Version Other Software is screwing with you. Shouldn't be hard to do it just as you said it 2009/6/23 phil > > interesting thing is that on a different computer, it was a simple as > installing it and run