[android-developers] Re: Emulator Error

2011-06-06 Thread harsh chandel
try dowblaoding the adt again

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


Re: [android-developers] Re: emulator: ERROR: the user data image is used by another emulator. aborting (cont'd)

2010-04-14 Thread David Turner
yes, it's Android specific. And the emulator sources contain their own
version of the SDL sources.
you should be able to rebuild them as static libraries, see
external/qemu/INSTALL, there is a
section named "Building the emulator without the Android build system" that
shows you how.

On Wed, Apr 14, 2010 at 12:29 PM, Dmitry Golubovsky wrote:

> David,
>
> On Apr 14, 12:44 pm, David Turner  wrote:
> > It is possible, and quality patches are gladly accepted, to be sent at
> > b.android.com
> >
> > The code you're looking for is at external/qemu/android/utils/filelock.c
>
> Thank you, For the record, I also have submitted Issue 7717. I pulled
> the emulator repo earlier today (looks like I also need to build
> libSDL, is there anything else?). To my understanding this is Android-
> specific (not qemu-specific) code, so no need to submit any patches to
> upstream qemu, correct?
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>
> To unsubscribe, reply using "remove me" as the subject.
>

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

[android-developers] Re: emulator: ERROR: the user data image is used by another emulator. aborting (cont'd)

2010-04-14 Thread Dmitry Golubovsky
David,

On Apr 14, 12:44 pm, David Turner  wrote:
> It is possible, and quality patches are gladly accepted, to be sent at
> b.android.com
>
> The code you're looking for is at external/qemu/android/utils/filelock.c

Thank you, For the record, I also have submitted Issue 7717. I pulled
the emulator repo earlier today (looks like I also need to build
libSDL, is there anything else?). To my understanding this is Android-
specific (not qemu-specific) code, so no need to submit any patches to
upstream qemu, correct?

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

To unsubscribe, reply using "remove me" as the subject.


[android-developers] Re: Emulator error after upgrade to win7

2010-01-06 Thread Piotr Buła
Did some googling and found a solution.

Looks like the problem is with the emulated SD card. In my case, the
1.5 AVD that failed had a virtual SD card defined when it was created
with old SDK. Deleting the AVD and creating it again solved the
problem. Also, create SD card images larger then 8 megs, or you'll get
the same error.

Hope this helps.

On 5 Sty, 10:36, Piotr Buła  wrote:
> I'm having the same problem, I recently updated SDK to the newest
> version and I get the same error. I'm using Ubuntu 9.10 (64-bit) and I
> get that error for 1.5 sdk. 1.6 and 2.0 work fine. Any ideas?
>
> On 4 Sty, 13:53, Tim Ellison  wrote:
>
>
>
> > I have the same issue Mark.  Did you figure out a solution?
>
> > On Dec 9 2009, 8:23 pm, mh  wrote:
>
> > > After reinstalling Eclipse and the Android development components I am
> > > getting the following error upon running the emulator on a virtual
> > > device:
>
> > > qemu: fatal: exponent 255 too big
>
> > > R00=0002 R01=e118 R02=fe005000 R03=2209
> > > R04=c594bfa0 R05=c5863e94 R06=c5863e5c R07=c5863e5c
> > > R08=c5863e94 R09= R10= R11=c5863e0c
> > > R12=0009 R13=c5863df8 R14=c018786c R15=c0187614
> > > PSR=6013 -ZC- A svc32
>
> > > I suspect that some configuration file in the project is hosed but
> > > cannot figure out which.  Ideas are ever appreciated.
>
> > > Thanks
>
> > > Mark
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Emulator error after upgrade to win7

2010-01-05 Thread Piotr Buła
I'm having the same problem, I recently updated SDK to the newest
version and I get the same error. I'm using Ubuntu 9.10 (64-bit) and I
get that error for 1.5 sdk. 1.6 and 2.0 work fine. Any ideas?

On 4 Sty, 13:53, Tim Ellison  wrote:
> I have the same issue Mark.  Did you figure out a solution?
>
> On Dec 9 2009, 8:23 pm, mh  wrote:
>
> > After reinstalling Eclipse and the Android development components I am
> > getting the following error upon running the emulator on a virtual
> > device:
>
> > qemu: fatal: exponent 255 too big
>
> > R00=0002 R01=e118 R02=fe005000 R03=2209
> > R04=c594bfa0 R05=c5863e94 R06=c5863e5c R07=c5863e5c
> > R08=c5863e94 R09= R10= R11=c5863e0c
> > R12=0009 R13=c5863df8 R14=c018786c R15=c0187614
> > PSR=6013 -ZC- A svc32
>
> > I suspect that some configuration file in the project is hosed but
> > cannot figure out which.  Ideas are ever appreciated.
>
> > Thanks
>
> > Mark
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Emulator error after upgrade to win7

2010-01-04 Thread Tim Ellison
I have the same issue Mark.  Did you figure out a solution?

On Dec 9 2009, 8:23 pm, mh  wrote:
> After reinstalling Eclipse and the Android development components I am
> getting the following error upon running the emulator on a virtual
> device:
>
> qemu: fatal: exponent 255 too big
>
> R00=0002 R01=e118 R02=fe005000 R03=2209
> R04=c594bfa0 R05=c5863e94 R06=c5863e5c R07=c5863e5c
> R08=c5863e94 R09= R10= R11=c5863e0c
> R12=0009 R13=c5863df8 R14=c018786c R15=c0187614
> PSR=6013 -ZC- A svc32
>
> I suspect that some configuration file in the project is hosed but
> cannot figure out which.  Ideas are ever appreciated.
>
> Thanks
>
> Mark

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