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 the problem.
What it does is execute keytool.exe which is inside the bin folder under the JAVA_HOME classpath. However, the problem was, my JAVA_HOME was set to C:\Program Files\Java\jre1.6.0_04\bin, and when eclipse try to run it, it tried to run C:\Program Files\Java\jre1.6.0_04\bin\bin \keytool.exe. Double "bin"! So what I did was just change my JAVA_HOME variable to C:\Program Files \Java\jre1.6.0_04 (without the bin) (Windows Control Panel->System- >Environment Variable). I don't know what eclipse or android did for the new version, since it worked for me two months ago without any change in settings. I hope this helps. On Sep 25, 5:08 am, 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 clear answers. > > I'm using Eclipse 3.4 on Ubuntu 8.04. > > Any info you need me to post I will be happy to supply. --~--~---------~--~----~------------~-------~--~----~ 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 PROTECTED] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---