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
-~----------~----~----~----~------~----~------~--~---

Reply via email to