hey guys! this is my problem: when I run my project the emulator screen shows a sim+exclamation mark icon and tells "Removed SD Card" i try to describe it clearly: i'm trying to run the MJAndroid example. this example shows the use of Google Maps API so I set up the AVD "my_android1.5" with target 3 i read somewhere that is required to mount an virtual SD Card to expand memory. to do it I used the following command: mksdcard -l ANDROID 1024M SDAndroid and i mounted the 1Gb SDAndroid virtual SD card in the root dir of my project. then, in ECLIPSE, I went in "Window>Preferences>Android>Launch>Default Emulator Options" and i set it up with the following: -sdcard SDAndroid then i run the project, but the problem persist and if a try to run the MJAndroid app I get the message: "The application com.microjobsinc.mjandroid has stopped unexpectedly. please try again. force close"
but if i launch the emulator using the command-line command (from the root dir of the project) emulator -avd my_android1.5 -sdcard SDAndroid the problem vanish! why? can anybody help me? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

