[EMAIL PROTECTED] wrote:
>   I decompressed the 0.9 SDK in another directory. After I had run the
> simulator in 0.9 SDK,  I found my m3 simulator didn't work, it stayed
> in red eye, Do you know how to solve this problem? Thanks.

The emulator stores data, such as the stuff you load onto it, in a disk 
image.

http://code.google.com/android/reference/emulator.html#diskimages

I would imagine the runtime images differ between SDK releases. Try 
renaming or deleting the appropriate directory, then running the emulator:

Linux and OS X: ~/.android
Windows: C:\Documents and Settings\<user>\Local Settings\Application 
Data\Android

If you are going to be moving back-and-forth between SDK releases 
frequently, you may wish to try using the -data switch on the emulator, 
so you can keep separate copies of your M5 and 0.9 emulator images.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
_The Busy Coder's Guide to Android Development_ Version 1.1 Published!

--~--~---------~--~----~------------~-------~--~----~
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
[EMAIL PROTECTED]
Announcing the new Android 0.9 SDK beta!
http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to