Here's my two pesos worth:

I was having the same problem as Fahd and Sheng-Yi Shih. The emulator
would start but then it would sit at the ANDROID screen and just stare
back at me. I finally realized that if I waited for about 5 mins or
more the Hello Android app (finally) shows up!

My Development Environment: (very stripped down version of) Win XP Pro
x64, 1.8Ghz, 960Mb RAM, eclipse-3.4.2, Android SDK 1.5, HTC Magic.

Obviously I need more RAM on this machine to do any real work with
Java but I figure the above meets the requirements. Talking about the
requirements, I also realized that because this is not my primary Java
dev machine, I had not installed jdk. I pulled a copy (32 bit since my
jre is 32 bit as well) down, installed it and added the "bin"
directory to my path. Hope no one else forgets theirs.

Finally I just decided to run the app directly on my Android. I made
the necessary manifest changes and set the device options on my HTC. I
installed the driver just like the instructions say at:
http://developer.android.com/guide/developing/device.html and it
didn't work either. I run "adb devices" at the command line and it had
no devices listed. I checked my drivers in the Device Manager and
realized the driver had not installed. Why? well duh, I used the 32
bit driver instead of the 64 bit... So I reinstalled, this time using
the 64 bit driver, restarted the machine and bam!

So I'm just going to test directly on the device until I either
upgrade my machine or setup my dev environment on my faster machine.
Obviously, this is only helpful to those who have a device.

If you are just developing sans device (i.e. you are dependent on the
emulator) all I can say is you have to be patient for it to start up
and run. Once it starts up the first time, do not close it. Leave the
emulator running, modify your code in eclipse (or you choice of IDE)
then Run it. It "speeds" thing up. Don't forget that an emulator is
pure software struggling to do everything the magical combination of
dedicated hardware and purpose written software does.

Have fun!

On Jun 10, 4:15 pm, Kent Yip <yes...@gmail.com> wrote:
> hey Maurizio Bellemo,
>
> maybe if you post your code here we can help more.
>
> On Wed, Jun 10, 2009 at 3:23 PM, Maurizio Bellemo <
>
>
>
> maurizio.bell...@gmail.com> wrote:
>
> > I'm sorry, but this does not help... I think the problem is more
> > difficult to solve... I swa a lot of threads on the web... no one
> > seems to know how to solve it....
>
> > 2009/6/10, Rc3375 <rcobb3...@gmail.com>:
>
> > > I just tried the same application.....When I first started it, didn't
> > > know what to expect..saw a blank window, then a pict of the G1, I
> > > thought I needed to turn on the phone, but nothing happened.
> > > I too saw the message about the clock, hit STOP,ABORT, or smoething
> > > like that, then ANDROID came on my COMPUTER SCREEN, and then about 10
> > > minutes later, I saw "HELLO ANDROID", then after that I changed the
> > > string to "HELLO RICHARD", it took about the same amount of time, but
> > > it too finally appeared.....it just take some time for this to work.
> > > Just wish it was faster to respond.
> > > Hope this helps,
> > > rcobb3...@gmail.com
>
> > > On Jun 8, 5:23 pm, vkroz <vladimir.k...@gmail.com> wrote:
> > >> Just wait few minutes -- it may take a time a while to launch emulator
> > >> first time.
>
> > >> On Jun 6, 9:35 am, "maurizio.bellemo" <maurizio.bell...@gmail.com>
> > >> wrote:
>
> > >> > Hi all
>
> > >> > I'm rookie.... I tried to run the hello app in Android developers...
> > >> > (after having installed the SDK, Eclipse and the plugin for
> > >> > Android).... There are two problems....
>
> > >> > 1 - When creating a project it appears an error like
> > >> >     classfile error
> > >> >     dalvik machine error 1
>
> > >> > 2 - When I run the application, the android phone appears, but there
> > >> > is no hello world app... there is simply this android phone with all
> > >> > the widgets inside the google search bar.... but no app
>
> > >> > Can u help me?
>
> > >> > thks
> > >> > Bye Maurizio

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to