[android-developers] Re: My application doesn't work...

2008-10-30 Thread Yoshiyuki
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 (

[android-developers] Re: My application doesn't work...

2008-10-27 Thread Jun'ichi Hirayama
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.

[android-developers] Re: My application doesn't work...

2008-10-27 Thread Yoshiyuki
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-developers] Re: My application doesn't work...

2008-10-26 Thread Hirayama Jun'ichi
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

[android-developers] Re: My application doesn't work...

2008-10-26 Thread Yoshiyuki
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]

[android-developers] Re: My application doesn't work...

2008-10-25 Thread Yoshiyuki
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

[android-developers] Re: My application doesn't work...

2008-10-23 Thread Mast3rpyr0
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.

[android-developers] Re: My application doesn't work...

2008-10-23 Thread Alvin Yates
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

[android-developers] Re: My application doesn't work...

2008-10-23 Thread Yoshiyuki
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: