[android-beginners] Re: Could Not Find HelloAndroid.apk!

2008-10-24 Thread roli
oops sorry accidently replied directly to filipe.. i meant to post this here, so here we go again: you need to restart eclipse after changing any environment variables. otherwise it still sees the old value. On Oct 12, 12:05 am, Filipe Mondaini <[EMAIL PROTECTED]> wrote: > I had this double bin

[android-beginners] Re: Could Not Find HelloAndroid.apk!

2008-10-11 Thread Filipe Mondaini
I had this double bin problem too although my solution was different: I've copied the keytool.exe from the JDK folder to %windir%\system32 folder. I did that because I also tried to change the JAVA_HOME classpath. However I was still with this problem. Filipe. On Oct 10, 7:51 am, ftbalagt <[EMA

[android-beginners] Re: Could Not Find HelloAndroid.apk!

2008-10-10 Thread ftbalagt
Hi! I also had the same problem when I tried upgrading to the new version. The problem was that eclipse wasn't able to compile the program because of the problem with the classpath in Java, that's why the apk is not present. What I did was to execute CLEAN first in eclipse and I saw the root of t

[android-beginners] Re: Could Not Find HelloAndroid.apk!

2008-10-08 Thread Filipe Mondaini
Hello everyone! I've been with this problem too and I tried to solve it using the tips provided here but, as solution I've generated the .APK file using a Batch file from the Android SDK tools folder. I'm using windows. But probably, this batch file is a ShellScript file on linux. So here it is

[android-beginners] Re: Could Not Find HelloAndroid.apk!

2008-10-02 Thread David Farler
Elcman, why don't you just get sun-java6 and put eclipse 3.4 + ADT in your home folder? It might make things a little cleaner, would it not? Those guys really need to keep those packages up to date. Dave On Thu, Oct 2, 2008 at 2:50 PM, elcman <[EMAIL PROTECTED]> wrote: > > I found this slightly

[android-beginners] Re: Could Not Find HelloAndroid.apk!

2008-10-02 Thread elcman
I found this slightly more complicated and this is what I did to resolve it. This is specific to Ubuntu and I'm using 8.04. If you are using Ubuntu and have used the package manager to download and install Eclipse 3.2.2 (which is all that is available using Ubuntu right now, much to the chagrin o

[android-beginners] Re: Could Not Find HelloAndroid.apk!

2008-09-26 Thread Xavier Ducrohet
I'm guessing you have gcj installed instead (or alongside) the Sun JDK. Because of this, keytool (in /usr/bin) points to the gcj version which is incompatible. Either uninstall gcj, or make sure keytool points to the Sun JDK version. Xav On Fri, Sep 26, 2008 at 2:25 PM, Kevin M <[EMAIL PROTECTE

[android-beginners] Re: Could Not Find HelloAndroid.apk!

2008-09-26 Thread Kevin M
Here's the error: Description: Error generating final archive: Unable to get debug signature key Resource: HelloAndroid Location: Unknown Type: Generic ADT Problem --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "And

[android-beginners] Re: Could Not Find HelloAndroid.apk!

2008-09-26 Thread Xavier Ducrohet
By default, Eclipse compiles in the background as soon as you change/save a file. To know if there was compilation errors you can: - look at the Package Explorer View. Any red marker on your project files will show an error. - look at the Problems View to see the actual problem description. Xav

[android-beginners] Re: Could Not Find HelloAndroid.apk!

2008-09-25 Thread Kevin M
I don't understand... where is the compiler? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this g

[android-beginners] Re: Could Not Find HelloAndroid.apk!

2008-09-25 Thread Gav
I had the same error when the project was not building. If you clean your project and rebuild it.. Are there any complaints from the compiler? On Sep 25, 6:18 pm, Kevin M <[EMAIL PROTECTED]> wrote: > [2008-09-25 17:17:21 - HelloAndroid] Android Launch! > [2008-09-25 17:17:21 - HelloAndroid] adb

[android-beginners] Re: Could Not Find HelloAndroid.apk!

2008-09-25 Thread Kevin M
[2008-09-25 17:17:21 - HelloAndroid] Android Launch! [2008-09-25 17:17:21 - HelloAndroid] adb is running normally. [2008-09-25 17:17:21 - HelloAndroid] Could not find HelloAndroid.apk! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-beginners] Re: Could Not Find HelloAndroid.apk!

2008-09-25 Thread Gav
This means that the .apk class is not being created which leads to a number of possible problems. Can you post any build errors? On Sep 24, 11:08 pm, Kevin M <[EMAIL PROTECTED]> wrote: > I am getting this error when trying to run my programs... I see other > threads about this but none have clea

[android-beginners] Re: Could not find HelloAndroid.apk!

2008-09-24 Thread patrick91
thanks for the reply but it doesn't work :( --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this gr

[android-beginners] Re: Could not find HelloAndroid.apk!

2008-09-24 Thread Imran
On Sep 21, 12:17 am, patrick91 <[EMAIL PROTECTED]> wrote: > Hi I've this error when I ran the android hello world: > > [2008-09-20 21:13:34 - HelloAndroid] -- > [2008-09-20 21:13:34 - HelloAndroid] Android Launch! > [2008-09-20 21:13:34 - HelloAndroid] adb is running

[android-beginners] Re: Could not find HelloAndroid.apk!

2008-09-23 Thread 1999 crack
2008/9/23 patrick91 <[EMAIL PROTECTED]> > > Yes I did :) > > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginners@googlegroups.com To unsu

[android-beginners] Re: Could not find HelloAndroid.apk!

2008-09-23 Thread patrick91
Yes I did :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTE

[android-beginners] Re: Could not find HelloAndroid.apk!

2008-09-21 Thread hongqing huang
Did you config the eclipse Android sdk directory correctly? 2008/9/21 patrick91 <[EMAIL PROTECTED]> > > Hi I've this error when I ran the android hello world: > > [2008-09-20 21:13:34 - HelloAndroid] -- > [2008-09-20 21:13:34 - HelloAndroid] Android Launch! > [2008-09-