I could find the cause of this problem somehow. In an Activity, I think, there are some elements which is requisite to execute in v1.0 emulator. The experiment I've done was
1) Execute and make sure a project works safely.(Any program is OK. Google's samples may be good.) 2) Copy an activity ( it is impossible to execute in v1.0) into the program set, and include it as an menber of Androidmanifext.xml 3) Run it, and manage copied activity to launched first. then, ActivityManager: [1] killed ... error occurs. I saw Androidmanifest.xml, and compared elements of copied Activity and sample Activity. I found my Activity had many lacks of elements, so I just copied all of them between <Activity> and </Activity>. After all of these processes, my Activity is launched safely. If somesone have same problem, this document may be useful. Thanks, On 10月28日, 午前4:12, Yoshiyuki <[EMAIL PROTECTED]> wrote: > Thank you, hirayama-san. > > I tried it, but nothing was solved. The situation that the application > doesn't start is still alive, but the behavior was something different > after "wipe-data" application. After android emulator is launched, a > dialog message is appear, and it says "The process > android.process.acore has stopped unexpectedly. Please try again." > What is this message? > > The console message on eclipse is still same. > > On Oct 27, 10:56 pm, "Jun'ichi Hirayama" <[EMAIL PROTECTED]> wrote: > > > did you exec "wipe-data" ? > > > If you didn't exec wipe-data,you should exec onece . > > > ex 1) SDK run > > > Run-> Run configuration -> Select Target tab -> check Wipe User Data > > > ex 2) Console > > exec below comand > > emulator -wipe-data > > > 2008/10/27 Yoshiyuki <[EMAIL PROTECTED]> > > > > Thanks for your reply, Hirayama-san. > > > > It is SDK command. I always start applications from run button of > > > eclipse. > > > > On Oct 26, 2:21 pm, "Hirayama Jun'ichi" <[EMAIL PROTECTED]> wrote: > > > > How did you install your apk ? > > > > SDK comand , > > > > adb install , > > > > adb push ? > > > > > 2008/10/26 Yoshiyuki <[EMAIL PROTECTED]> > > > > > > This is non-modified version of my error log. > > > > > > [2008-10-26 03:44:06 - Calorie2] ------------------------------ > > > > > [2008-10-26 03:44:06 - Calorie2] Android Launch! > > > > > [2008-10-26 03:44:06 - Calorie2] adb is running normally. > > > > > [2008-10-26 03:44:06 - Calorie2] Launching: com.gclue.android.Calorie > > > > > [2008-10-26 03:44:06 - Calorie2] Automatic Target Mode: launching new > > > > > emulator. > > > > > [2008-10-26 03:44:06 - Calorie2] Launching a new emulator. > > > > > [2008-10-26 03:44:11 - Emulator] 2008-10-26 03:44:11.103 > > > > > emulator[1317:10b] Warning once: This application, or a library it > > > > > uses, is using NSQuickDrawView, which has been deprecated. Apps should > > > > > cease use of QuickDraw and move to Quartz. > > > > > [2008-10-26 03:44:24 - Emulator] emulator: ### WARNING: /etc/localtime > > > > > does not point to zoneinfo-compatible timezone name > > > > > [2008-10-26 03:44:24 - Emulator] > > > > > > Thanks, > > > > > > On Oct 24, 5:40 am, Yoshiyuki <[EMAIL PROTECTED]> wrote: > > > > > > Hi, Alvin, and thanks for reading this one. > > > > > > > You asked about the statement <apk name> and <activity name>. As you > > > > > > guessed, these were replaced manually. I'm sorry, these changes > > > > > > might > > > > > > make some troubles for people who read this discussion. > > > > > > > On 10月24日, 午前5:24, Alvin Yates <[EMAIL PROTECTED]> wrote: > > > > > > > > He's compiling on OS X. That's a Java library that he has zero > > > > > > > control over. I get the same error all the time. > > > > > > > > As far at the spontaneous death, the only thing I can point you to > > > is: > > > > > > > "emulator: ### WARNING: /etc/localtime does not point to zoneinfo- > > > > > > > compatible timezone name " > > > > > > > > Also, did you manually replace <apk name> and <activity name> in > > > the > > > > > > > log, or is that straight from the log? If it's straight from the > > > log, > > > > > > > I really have no idea what is going on there. > > > > > > > > On Oct 23, 6:16 am, Mast3rpyr0 <[EMAIL PROTECTED]> wrote: > > > > > > > > > one of the packages you include uses something that was removed. > > > find > > > > > > > > which one is using NSQuickDrawView. and dont use quickdraw > > > anymore. > > > > > > > > > On Oct 23, 8:13 am, Yoshiyuki <[EMAIL PROTECTED]> wrote: > > > > > > > > > > I installed latest version of android and migrated my > > > application. > > > > > But > > > > > > > > > my application doesn't work. After installing it, I fixed the > > > > > program > > > > > > > > > because there were some errors due to API changes. Then, I > > > tried to > > > > > > > > > run it, but an error was appeared. Application was not started > > > as a > > > > > > > > > matter of course. The error is below. > > > > > > > > > > [2008-10-23 20:57:45 - Calorie2] > > > > > > > > > ------------------------------ > > > > > > > > > [2008-10-23 20:57:45 - Calorie2] Android Launch! > > > > > > > > > [2008-10-23 20:57:45 - Calorie2] adb is running normally. > > > > > > > > > [2008-10-23 20:57:45 - Calorie2] Launching: > > > > > com.gclue.android.Calorie > > > > > > > > > [2008-10-23 20:57:45 - Calorie2] Automatic Target Mode: > > > launching > > > > > new > > > > > > > > > emulator. > > > > > > > > > [2008-10-23 20:57:45 - Calorie2] Launching a new emulator. > > > > > > > > > [2008-10-23 20:57:47 - Calorie2] New emulator found: > > > emulator-5554 > > > > > > > > > [2008-10-23 20:57:47 - Calorie2] Waiting for HOME > > > > > > > > > ('android.process.acore') to be launched... > > > > > > > > > [2008-10-23 20:57:48 - Emulator] 2008-10-23 20:57:48.113 > > > > > > > > > emulator[860:10b] Warning once: This application, or a library > > > it > > > > > > > > > uses, is using NSQuickDrawView, which has been deprecated. > > > > > > > > > Apps > > > > > should > > > > > > > > > cease use of QuickDraw and move to Quartz. > > > > > > > > > [2008-10-23 20:57:50 - Emulator] emulator: ### WARNING: > > > > > /etc/localtime > > > > > > > > > does not point to zoneinfo-compatible timezone name > > > > > > > > > [2008-10-23 20:57:50 - Emulator] > > > > > > > > > [2008-10-23 20:58:46 - Calorie2] HOME is up on device > > > > > 'emulator-5554' > > > > > > > > > [2008-10-23 20:58:46 - Calorie2] Uploading <apk name>.apk onto > > > > > device > > > > > > > > > 'emulator-5554' > > > > > > > > > [2008-10-23 20:58:46 - Calorie2] Installing <apk name>.apk... > > > > > > > > > [2008-10-23 20:58:52 - Calorie2] Success! > > > > > > > > > [2008-10-23 20:58:52 - Calorie2] Starting activity <activity > > > name> > > > > > on > > > > > > > > > device > > > > > > > > > [2008-10-23 20:58:55 - Calorie2] ActivityManager: Starting: > > > Intent > > > > > > > > > { comp={package name} } > > > > > > > > > [2008-10-23 20:58:55 - Calorie2] ActivityManager: [1] > > > > > > > > > Killed am start -n com.... > > > > > > > > > > Would someone have ideas to fix it up? > > > > > > > > > > Thanks, --~--~---------~--~----~------------~-------~--~----~ 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] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---