[android-beginners] Re: Android emulator problem

2010-04-16 Thread tony obrien
Try letting ECLIPSE start it for you... make sure you have an AVD
defined.


On Apr 15, 2:03 pm, anton.maximov anton.maxi...@gmail.com wrote:
 I try to start emulator and manually, over commandline, and over
 Eclipse. And each time i see this problem (

-- 
You received this message because you are subscribed to the Google
Groups Android Beginners group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

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


[android-beginners] Re: Android emulator problem

2010-04-16 Thread Kitzy
Try using eclipse to first - create the avd
And second - to start it

Within eclipse you can create many avds, see if by creating a new on
you still have the problem.

-Kitzy

On Apr 16, 7:22 am, tony obrien tobsourcecode...@gmail.com wrote:
 Try letting ECLIPSE start it for you... make sure you have an AVD
 defined.

 On Apr 15, 2:03 pm, anton.maximov anton.maxi...@gmail.com wrote:

  I try to start emulator and manually, over commandline, and over
  Eclipse. And each time i see this problem (

 --
 You received this message because you are subscribed to the Google
 Groups Android Beginners group.

 NEW! Try asking and tagging your question on Stack Overflow 
 athttp://stackoverflow.com/questions/tagged/android

 To unsubscribe from this group, send email to
 android-beginners+unsubscr...@googlegroups.com
 For more options, visit this group 
 athttp://groups.google.com/group/android-beginners?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Beginners group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

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


[android-beginners] Re: Android emulator problem

2010-04-15 Thread tony obrien
Are you letting ECLIPSE start the emulator or are you trying to do it
manually?

On Apr 15, 12:56 am, anton.maximov anton.maxi...@gmail.com wrote:
 Hello.

-- 
You received this message because you are subscribed to the Google
Groups Android Beginners group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

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

To unsubscribe, reply using remove me as the subject.


[android-beginners] Re: Android emulator problem

2010-04-15 Thread anton.maximov
I try to start emulator and manually, over commandline, and over
Eclipse. And each time i see this problem (

-- 
You received this message because you are subscribed to the Google
Groups Android Beginners group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

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

To unsubscribe, reply using remove me as the subject.


[android-beginners] Re: Android Emulator problem

2008-08-24 Thread Christine

That's why the internet never gets faster and never will. Our lack of
patience keeps up with the increase of line speed.

Christine

On Aug 21, 7:31 pm, Justin (Google Employee) [EMAIL PROTECTED]
wrote:
 As I mentioned, my machine took about 2 minutes to boot the emulator
 the first time, subsequent starts should be faster, unless you are
 wiping data every time the emulator loads.

 Funny how 2 minutes has become a long time, I used to wait that long
 to sign on to AOL.  :-)

 Cheers,
 Justin
 Android Team @ Google

 On Aug 20, 7:09 am, Christine [EMAIL PROTECTED] wrote:

  I have a speedy processor and a lot of memory. My processor is amd 64
  bits, is that a problem?

  Christine

  On Aug 20, 1:52 am, Justin (Google Employee) [EMAIL PROTECTED]
  wrote:

   Well, that depends, substantially on the speed of your machine. I have
   quite speedy hardware and the first time I load the emulator after
   installing a new SDK or if I load the emulator with '-wipe-data' it
   takes my machine takes about 1 minute, 40 seconds to boot. Subsequent
   emulator boots take about 30 seconds.

   The reason the first boot takes so long is that the first time the
   system loads it does some processing and optimization on its installed
   programs.

   Cheers,
   Justin
   Android Team @ Google

   On Aug 19, 3:06 pm, Christine [EMAIL PROTECTED] wrote:

Hi all,
I thought the emulator wouldn't run the HelloWorld app, but then after
a looong time, it did. Is it normal that it takes like two minutes for
an app to start?

Christine

On Aug 19, 9:29 am, maximz2005 [EMAIL PROTECTED] wrote:

 Hi,

 I'm having trouble with the Android Emulator. Whenever I use the run
 or debug commands out of Eclipse, it shows the phone, but it only
 shows Android and the logo on the screen. Nothing makes it show my
 app.
 I've tried tweaking emulator settings, but no luck.

 What can I do to solve this problem?

 Thanks,
 -Maximz2005
--~--~-~--~~~---~--~~
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
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Android Emulator problem

2008-08-19 Thread Justin (Google Employee)

In my own usage, occasionally the Eclipse plug-in loses a new
emulator. I think this happens if the emulator takes longer than
expected to start. In these cases attempting to run the program from
Eclipse once the emulator finishes loading will work around this
issue.

Cheers,
Justin
Android Team @ Google

On Aug 19, 7:23 am, David Barnes [EMAIL PROTECTED] wrote:
 I am not sure if this is the same problem, but when I tried making a
 Hello World application I had the same problem as you. The emulator
 loaded and everything, but my application didn't launch when I hit run
 or debug. The solution for me was to make sure that the package name
 contained at least one period.

 On Tue, Aug 19, 2008 at 2:29 AM, maximz2005 [EMAIL PROTECTED] wrote:

  Hi,

  I'm having trouble with the Android Emulator. Whenever I use the run
  or debug commands out of Eclipse, it shows the phone, but it only
  shows Android and the logo on the screen. Nothing makes it show my
  app.
  I've tried tweaking emulator settings, but no luck.

  What can I do to solve this problem?

  Thanks,
  -Maximz2005
--~--~-~--~~~---~--~~
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
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Android Emulator problem

2008-08-19 Thread maximz2005

I tried to run in the command line, the command adb devices, it
doesn't show any devices. I think that is the problem that I'm having,
but I haven't found a way to get around this.
Because of this, I can't do adb logcat or anything.

I will try your solutions and get back to you on them.

Thanks,
-Maximz2005

P.S. I've tried making sure that the signing of the applications is
configured correctly, but no luck. I just put the JDK directory into
the System Variable Path. Unfortunately, it didn't change the
result.

P.S.P.S. Oh yeah, and I'm using the 0.9 beta sdk!

On Aug 19, 9:17 am, Justin (Google Employee) [EMAIL PROTECTED]
wrote:
 In my own usage, occasionally the Eclipse plug-in loses a new
 emulator. I think this happens if the emulator takes longer than
 expected to start. In these cases attempting to run the program from
 Eclipse once the emulator finishes loading will work around this
 issue.

 Cheers,
 Justin
 Android Team @ Google

 On Aug 19, 7:23 am, David Barnes [EMAIL PROTECTED] wrote:

  I am not sure if this is the same problem, but when I tried making a
  Hello World application I had the same problem as you. The emulator
  loaded and everything, but my application didn't launch when I hit run
  or debug. The solution for me was to make sure that the package name
  contained at least one period.

  On Tue, Aug 19, 2008 at 2:29 AM, maximz2005 [EMAIL PROTECTED] wrote:

   Hi,

   I'm having trouble with the Android Emulator. Whenever I use the run
   or debug commands out of Eclipse, it shows the phone, but it only
   shows Android and the logo on the screen. Nothing makes it show my
   app.
   I've tried tweaking emulator settings, but no luck.

   What can I do to solve this problem?

   Thanks,
   -Maximz2005

--~--~-~--~~~---~--~~
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
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Android Emulator problem

2008-08-19 Thread Xavier Ducrohet
You don't need to launch the emulator every time you want to debug. Just
keep it running, and Eclipse will replace your application with the new
version whenever you launch a run/debug session from Eclipse.

To answer your ealier question, there is, starting with this version, a new
layout editor that will allow you to have a preview of your layout XML
files.
Simply open an XML located in your projectres/layout[-qualifier]/ folders

 If the new editor does not open and you see the default XML editor:
- make sure you installed the Android Editors plugin.
- right click on the XML file and choose Open With  Android Layout Editor
(files created before the installation of the new plugin may not be setup to
use the new editor, but files created after should default to the layout
editor).

Xav

On Tue, Aug 19, 2008 at 12:04 PM, maximz2005 [EMAIL PROTECTED] wrote:


 Sorry for triple post,

 But It WORKS!

 Thank you!

 So do I need to do this everytime???

 Thank you so much,
 -Maximz2005

 On Aug 19, 9:17 am, Justin (Google Employee) [EMAIL PROTECTED]
 wrote:
  In my own usage, occasionally the Eclipse plug-in loses a new
  emulator. I think this happens if the emulator takes longer than
  expected to start. In these cases attempting to run the program from
  Eclipse once the emulator finishes loading will work around this
  issue.
 
  Cheers,
  Justin
  Android Team @ Google
 
  On Aug 19, 7:23 am, David Barnes [EMAIL PROTECTED] wrote:
 
   I am not sure if this is the same problem, but when I tried making a
   Hello World application I had the same problem as you. The emulator
   loaded and everything, but my application didn't launch when I hit run
   or debug. The solution for me was to make sure that the package name
   contained at least one period.
 
   On Tue, Aug 19, 2008 at 2:29 AM, maximz2005 [EMAIL PROTECTED]
 wrote:
 
Hi,
 
I'm having trouble with the Android Emulator. Whenever I use the run
or debug commands out of Eclipse, it shows the phone, but it only
shows Android and the logo on the screen. Nothing makes it show my
app.
I've tried tweaking emulator settings, but no luck.
 
What can I do to solve this problem?
 
Thanks,
-Maximz2005

 


--~--~-~--~~~---~--~~
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
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Android Emulator problem

2008-08-19 Thread Justin (Google Employee)

Well, that depends, substantially on the speed of your machine. I have
quite speedy hardware and the first time I load the emulator after
installing a new SDK or if I load the emulator with '-wipe-data' it
takes my machine takes about 1 minute, 40 seconds to boot. Subsequent
emulator boots take about 30 seconds.

The reason the first boot takes so long is that the first time the
system loads it does some processing and optimization on its installed
programs.

Cheers,
Justin
Android Team @ Google

On Aug 19, 3:06 pm, Christine [EMAIL PROTECTED] wrote:
 Hi all,
 I thought the emulator wouldn't run the HelloWorld app, but then after
 a looong time, it did. Is it normal that it takes like two minutes for
 an app to start?

 Christine

 On Aug 19, 9:29 am, maximz2005 [EMAIL PROTECTED] wrote:

  Hi,

  I'm having trouble with the Android Emulator. Whenever I use the run
  or debug commands out of Eclipse, it shows the phone, but it only
  shows Android and the logo on the screen. Nothing makes it show my
  app.
  I've tried tweaking emulator settings, but no luck.

  What can I do to solve this problem?

  Thanks,
  -Maximz2005
--~--~-~--~~~---~--~~
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
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---