[android-developers] Re: Could not fine HelloAndroid.apk when lauching the HelloAndroid example
Hi! Windows Vista We are using Eclipse Version: 3.4.1 Build id: M20080911-1700 Ganymede We had the .apk not found. 1) User>Adminstrator>Local>Delete Keynote 2) Change Regional Settings to Pacific Time & Location to United States. HelloAndroid Works fine. On Sep 13, 12:20 pm, nemo <[EMAIL PROTECTED]> wrote: > I try it > but my problom is not solvved , always print > > [2008-09-12 21:05:10 - HelloActivity] -- > [2008-09-12 21:05:10 - HelloActivity] Android Launch! > [2008-09-12 21:05:10 - HelloActivity] adb is running normally. > [2008-09-12 21:05:10 - HelloActivity] Could not find > HelloActivity.apk! > > how can I compile apk file ? > > how get it ? > > please tall me , thank you first --~--~-~--~~~---~--~~ 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 -~--~~~~--~~--~--~---
[android-developers] Re: Could not fine HelloAndroid.apk when lauching the HelloAndroid example
I try it but my problom is not solvved , always print [2008-09-12 21:05:10 - HelloActivity] -- [2008-09-12 21:05:10 - HelloActivity] Android Launch! [2008-09-12 21:05:10 - HelloActivity] adb is running normally. [2008-09-12 21:05:10 - HelloActivity] Could not find HelloActivity.apk! how can I compile apk file ? how get it ? please tall me , thank you first --~--~-~--~~~---~--~~ 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 -~--~~~~--~~--~--~---
[android-developers] Re: Could not fine HelloAndroid.apk when lauching the HelloAndroid example
Yes, I think that this problem should be treated as bug. BR, Sittiphol On Aug 27, 10:58 pm, Vittee <[EMAIL PROTECTED]> wrote: > Problem solved! Thanks :) > > I tried your solution and I work! > I also noticed that I need to re-create/import project from source > once agina in order to solve the problem. > > bottom line... > when creating a project in Eclipse the Windows system locale and > location must be English, United States. > > should we treat this problem as a bug and submit to the issue tracker? > > On Aug 27, 9:32 pm, NuuNeoI <[EMAIL PROTECTED]> wrote:> I found the solution > already. > > > First please delete file C:\Documents and Settings\\Local > > Settings\Application Data\Android\debug.keystore > > > Next, change your location and date time settings to United Stated. > > > Rebuild project once again. > > > If everything goes fine, you can change date time back to your locale. > > > That's all. Hope this help. > > > Best Regards, > > Sittiphol Phanvilaihttp://www.neuvex.com > > > On Aug 27, 9:21 am, yukinoba <[EMAIL PROTECTED]> wrote: > > > > Hi, I'm a totally newbie to the Android SDK. > > > I have been installed Eclipse 3.4 (Ganymede), ADT 0.7.1 and Android > > > 0.9 SDK with JRE 6 updated 7. > > > It seems weird when I follow the "Hello, Android!" guideline on Google > > > site. > > > > First I encountered the problem of Android libray. > > > It seems eclipse won't include the .jar library file under the Android > > > directory automatically after create the HelloAndroid project, and I > > > have fixed this one. > > > > However, after the ealier problem, when I try to run the example, the > > > eclipse told me "Could not find HelloAndroid.apk!", and stops. > > > > Here is the message: > > > [2008-08-27 10:01:43 - HelloAndroid] -- > > > [2008-08-27 10:01:43 - HelloAndroid] Android Launch! > > > [2008-08-27 10:01:43 - HelloAndroid] adb is running normally. > > > [2008-08-27 10:01:43 - HelloAndroid] Could not find HelloAndroid.apk! > > > > I have checked the posts on the forum, and try the possible > > > solutions : check "Installed JREs" in Window--Preferences--Java, and > > > the AndroidManifest.xml. But still can not fix it. > > > > Does anyone met the same situation before? Pls help and Thx. > > > > The following is the AndroidManifest.xml from HelloAndroid : > > > > > > http://schemas.android.com/apk/res/android"; > > > package="com.android.hello"> > > > > > > > > > > > > > > > > > android:name="android.intent.category.LAUNCHER" /> > > > > > > > > > > > > --~--~-~--~~~---~--~~ 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 -~--~~~~--~~--~--~---
[android-developers] Re: Could not fine HelloAndroid.apk when lauching the HelloAndroid example
Xavier, I'm using the English version of Windows XP (I never switched to any another locale) and I'm in the Pacific timezone and yet I had this problem this morning. --~--~-~--~~~---~--~~ 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 -~--~~~~--~~--~--~---
[android-developers] Re: Could not fine HelloAndroid.apk when lauching the HelloAndroid example
Hello, it looks like the problem lies with keytool, which is part of the JDK. I changed my windows XP computer to Thai and created a keystore with a dummy key. While still in the Thai region settings, listing the key showed: Creation date: 27 ╩.ñ. 2551 Valid from: Mon Aug 27 15:59:17 PDT 1951 until: Wed Aug 27 15:59:17 PDT 1952 After witching to English/US, listing the key showed: Creation date: Aug 27, 2008 Valid from: Mon Aug 27 15:59:17 PDT 1951 until: Wed Aug 27 15:59:17 PDT 1952 So this key will indeed show up as expired when created in regions that are using a non Gregorian calendar. At this point, there won't be an easy fix. And we recommend anyone in regions with non Gregorian calendar to use another region to generate the debug.keystore the first time. If you'd rather not switch to another region, you can also copy the debug.keystore from any other computer. Thekey store is located in: ~/.android/debug.keystore (mac/windows) C:\Documents and Settings\\Local Settings\Application Data\Android\debug.keystore (Win XP) C:\Users\\AppData\Local\Android\debug.keystore (Windows Vista) Xav On Wed, Aug 27, 2008 at 8:58 AM, Vittee <[EMAIL PROTECTED]> wrote: > > Problem solved! Thanks :) > > I tried your solution and I work! > I also noticed that I need to re-create/import project from source > once agina in order to solve the problem. > > bottom line... > when creating a project in Eclipse the Windows system locale and > location must be English, United States. > > should we treat this problem as a bug and submit to the issue tracker? > > On Aug 27, 9:32 pm, NuuNeoI <[EMAIL PROTECTED]> wrote: > > I found the solution already. > > > > First please delete file C:\Documents and Settings\\Local > > Settings\Application Data\Android\debug.keystore > > > > Next, change your location and date time settings to United Stated. > > > > Rebuild project once again. > > > > If everything goes fine, you can change date time back to your locale. > > > > That's all. Hope this help. > > > > Best Regards, > > Sittiphol Phanvilaihttp://www.neuvex.com > > > > On Aug 27, 9:21 am, yukinoba <[EMAIL PROTECTED]> wrote: > > > > > Hi, I'm a totally newbie to the Android SDK. > > > I have been installed Eclipse 3.4 (Ganymede), ADT 0.7.1 and Android > > > 0.9 SDK with JRE 6 updated 7. > > > It seems weird when I follow the "Hello, Android!" guideline on Google > > > site. > > > > > First I encountered the problem of Android libray. > > > It seems eclipse won't include the .jar library file under the Android > > > directory automatically after create the HelloAndroid project, and I > > > have fixed this one. > > > > > However, after the ealier problem, when I try to run the example, the > > > eclipse told me "Could not find HelloAndroid.apk!", and stops. > > > > > Here is the message: > > > [2008-08-27 10:01:43 - HelloAndroid] -- > > > [2008-08-27 10:01:43 - HelloAndroid] Android Launch! > > > [2008-08-27 10:01:43 - HelloAndroid] adb is running normally. > > > [2008-08-27 10:01:43 - HelloAndroid] Could not find HelloAndroid.apk! > > > > > I have checked the posts on the forum, and try the possible > > > solutions : check "Installed JREs" in Window--Preferences--Java, and > > > the AndroidManifest.xml. But still can not fix it. > > > > > Does anyone met the same situation before? Pls help and Thx. > > > > > The following is the AndroidManifest.xml from HelloAndroid : > > > > > > http://schemas.android.com/apk/res/android"; > > > package="com.android.hello"> > > > > > > > > > > > > > > > > > android:name="android.intent.category.LAUNCHER" /> > > > > > > > > > > > > > > > > --~--~-~--~~~---~--~~ 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 -~--~~~~--~~--~--~---
[android-developers] Re: Could not fine HelloAndroid.apk when lauching the HelloAndroid example
Please file a bug in the tracker. Also please specify which original timezone, locale and your operating system in the bug report so that we can try to reproduce it. R/ On Wed, Aug 27, 2008 at 8:58 AM, Vittee <[EMAIL PROTECTED]> wrote: > > Problem solved! Thanks :) > > I tried your solution and I work! > I also noticed that I need to re-create/import project from source > once agina in order to solve the problem. > > bottom line... > when creating a project in Eclipse the Windows system locale and > location must be English, United States. > > should we treat this problem as a bug and submit to the issue tracker? > > On Aug 27, 9:32 pm, NuuNeoI <[EMAIL PROTECTED]> wrote: >> I found the solution already. >> >> First please delete file C:\Documents and Settings\\Local >> Settings\Application Data\Android\debug.keystore >> >> Next, change your location and date time settings to United Stated. >> >> Rebuild project once again. >> >> If everything goes fine, you can change date time back to your locale. >> >> That's all. Hope this help. >> >> Best Regards, >> Sittiphol Phanvilaihttp://www.neuvex.com >> >> On Aug 27, 9:21 am, yukinoba <[EMAIL PROTECTED]> wrote: >> >> > Hi, I'm a totally newbie to the Android SDK. >> > I have been installed Eclipse 3.4 (Ganymede), ADT 0.7.1 and Android >> > 0.9 SDK with JRE 6 updated 7. >> > It seems weird when I follow the "Hello, Android!" guideline on Google >> > site. >> >> > First I encountered the problem of Android libray. >> > It seems eclipse won't include the .jar library file under the Android >> > directory automatically after create the HelloAndroid project, and I >> > have fixed this one. >> >> > However, after the ealier problem, when I try to run the example, the >> > eclipse told me "Could not find HelloAndroid.apk!", and stops. >> >> > Here is the message: >> > [2008-08-27 10:01:43 - HelloAndroid] -- >> > [2008-08-27 10:01:43 - HelloAndroid] Android Launch! >> > [2008-08-27 10:01:43 - HelloAndroid] adb is running normally. >> > [2008-08-27 10:01:43 - HelloAndroid] Could not find HelloAndroid.apk! >> >> > I have checked the posts on the forum, and try the possible >> > solutions : check "Installed JREs" in Window--Preferences--Java, and >> > the AndroidManifest.xml. But still can not fix it. >> >> > Does anyone met the same situation before? Pls help and Thx. >> >> > The following is the AndroidManifest.xml from HelloAndroid : >> > >> > http://schemas.android.com/apk/res/android"; >> > package="com.android.hello"> >> > >> > >> > >> > >> > > > android:name="android.intent.category.LAUNCHER" /> >> > >> > >> > >> > > > > > --~--~-~--~~~---~--~~ 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 -~--~~~~--~~--~--~---
[android-developers] Re: Could not fine HelloAndroid.apk when lauching the HelloAndroid example
Problem solved! Thanks :) I tried your solution and I work! I also noticed that I need to re-create/import project from source once agina in order to solve the problem. bottom line... when creating a project in Eclipse the Windows system locale and location must be English, United States. should we treat this problem as a bug and submit to the issue tracker? On Aug 27, 9:32 pm, NuuNeoI <[EMAIL PROTECTED]> wrote: > I found the solution already. > > First please delete file C:\Documents and Settings\\Local > Settings\Application Data\Android\debug.keystore > > Next, change your location and date time settings to United Stated. > > Rebuild project once again. > > If everything goes fine, you can change date time back to your locale. > > That's all. Hope this help. > > Best Regards, > Sittiphol Phanvilaihttp://www.neuvex.com > > On Aug 27, 9:21 am, yukinoba <[EMAIL PROTECTED]> wrote: > > > Hi, I'm a totally newbie to the Android SDK. > > I have been installed Eclipse 3.4 (Ganymede), ADT 0.7.1 and Android > > 0.9 SDK with JRE 6 updated 7. > > It seems weird when I follow the "Hello, Android!" guideline on Google > > site. > > > First I encountered the problem of Android libray. > > It seems eclipse won't include the .jar library file under the Android > > directory automatically after create the HelloAndroid project, and I > > have fixed this one. > > > However, after the ealier problem, when I try to run the example, the > > eclipse told me "Could not find HelloAndroid.apk!", and stops. > > > Here is the message: > > [2008-08-27 10:01:43 - HelloAndroid] -- > > [2008-08-27 10:01:43 - HelloAndroid] Android Launch! > > [2008-08-27 10:01:43 - HelloAndroid] adb is running normally. > > [2008-08-27 10:01:43 - HelloAndroid] Could not find HelloAndroid.apk! > > > I have checked the posts on the forum, and try the possible > > solutions : check "Installed JREs" in Window--Preferences--Java, and > > the AndroidManifest.xml. But still can not fix it. > > > Does anyone met the same situation before? Pls help and Thx. > > > The following is the AndroidManifest.xml from HelloAndroid : > > > > http://schemas.android.com/apk/res/android"; > > package="com.android.hello"> > > > > > > > > > > > android:name="android.intent.category.LAUNCHER" /> > > > > > > > > --~--~-~--~~~---~--~~ 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 -~--~~~~--~~--~--~---
[android-developers] Re: Could not fine HelloAndroid.apk when lauching the HelloAndroid example
I'm having the same problem today. --~--~-~--~~~---~--~~ 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 -~--~~~~--~~--~--~---
[android-developers] Re: Could not fine HelloAndroid.apk when lauching the HelloAndroid example
I found the solution already. First please delete file C:\Documents and Settings\\Local Settings\Application Data\Android\debug.keystore Next, change your location and date time settings to United Stated. Rebuild project once again. If everything goes fine, you can change date time back to your locale. That's all. Hope this help. Best Regards, Sittiphol Phanvilai http://www.neuvex.com On Aug 27, 9:21 am, yukinoba <[EMAIL PROTECTED]> wrote: > Hi, I'm a totally newbie to the Android SDK. > I have been installed Eclipse 3.4 (Ganymede), ADT 0.7.1 and Android > 0.9 SDK with JRE 6 updated 7. > It seems weird when I follow the "Hello, Android!" guideline on Google > site. > > First I encountered the problem of Android libray. > It seems eclipse won't include the .jar library file under the Android > directory automatically after create the HelloAndroid project, and I > have fixed this one. > > However, after the ealier problem, when I try to run the example, the > eclipse told me "Could not find HelloAndroid.apk!", and stops. > > Here is the message: > [2008-08-27 10:01:43 - HelloAndroid] -- > [2008-08-27 10:01:43 - HelloAndroid] Android Launch! > [2008-08-27 10:01:43 - HelloAndroid] adb is running normally. > [2008-08-27 10:01:43 - HelloAndroid] Could not find HelloAndroid.apk! > > I have checked the posts on the forum, and try the possible > solutions : check "Installed JREs" in Window--Preferences--Java, and > the AndroidManifest.xml. But still can not fix it. > > Does anyone met the same situation before? Pls help and Thx. > > The following is the AndroidManifest.xml from HelloAndroid : > > http://schemas.android.com/apk/res/android"; > package="com.android.hello"> > > > > > android:name="android.intent.category.LAUNCHER" /> > > > > --~--~-~--~~~---~--~~ 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 -~--~~~~--~~--~--~---
[android-developers] Re: Could not fine HelloAndroid.apk when lauching the HelloAndroid example
I have the same problem with the same SDK/Plugin http://groups.google.com/group/android-beginners/browse_thread/thread/bbc019fb99932a6f Sometimes I see the error message in Eclipse's "Problem" panel showing "Debug Certificate expired on " so I removed file debug.keystore in C:\Documents and Settings \Administrator\Local Settings\Application Data\Android as described in http://code.google.com/android/intro/develop-and-debug.html but I have no luck :( There's still no .apk file generated anywhere on my machine. please help, and thanks in advance. On Aug 26, 2:21 pm, yukinoba <[EMAIL PROTECTED]> wrote: > Hi, I'm a totally newbie to the Android SDK. > I have been installed Eclipse 3.4 (Ganymede), ADT 0.7.1 and Android > 0.9 SDK with JRE 6 updated 7. > It seems weird when I follow the "Hello, Android!" guideline on Google > site. > > First I encountered the problem of Android libray. > It seems eclipse won't include the .jar library file under the Android > directory automatically after create the HelloAndroid project, and I > have fixed this one. > > However, after the ealier problem, when I try to run the example, the > eclipse told me "Could not find HelloAndroid.apk!", and stops. > > Here is the message: > [2008-08-27 10:01:43 - HelloAndroid] -- > [2008-08-27 10:01:43 - HelloAndroid] Android Launch! > [2008-08-27 10:01:43 - HelloAndroid] adb is running normally. > [2008-08-27 10:01:43 - HelloAndroid] Could not find HelloAndroid.apk! > > I have checked the posts on the forum, and try the possible > solutions : check "Installed JREs" in Window--Preferences--Java, and > the AndroidManifest.xml. But still can not fix it. > > Does anyone met the same situation before? Pls help and Thx. > > The following is the AndroidManifest.xml from HelloAndroid : > > http://schemas.android.com/apk/res/android"; > package="com.android.hello"> > > > > > android:name="android.intent.category.LAUNCHER" /> > > > > --~--~-~--~~~---~--~~ 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 -~--~~~~--~~--~--~---