Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Could Not Find HelloAndroid.apk!
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  13 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Kevin M  
View profile  
 More options Sep 24 2008, 11:08 pm
From: Kevin M <kevinmcom...@gmail.com>
Date: Wed, 24 Sep 2008 20:08:16 -0700 (PDT)
Local: Wed, Sep 24 2008 11:08 pm
Subject: Could Not Find HelloAndroid.apk!
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 must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gav  
View profile  
 More options Sep 25 2008, 1:25 pm
From: Gav <gavan.ac...@gmail.com>
Date: Thu, 25 Sep 2008 10:25:22 -0700 (PDT)
Local: Thurs, Sep 25 2008 1:25 pm
Subject: Re: Could Not Find HelloAndroid.apk!
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 <kevinmcom...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kevin M  
View profile  
 More options Sep 25 2008, 6:18 pm
From: Kevin M <kevinmcom...@gmail.com>
Date: Thu, 25 Sep 2008 15:18:00 -0700 (PDT)
Subject: Re: Could Not Find HelloAndroid.apk!
[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 must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gav  
View profile  
 More options Sep 25 2008, 10:18 pm
From: Gav <gavan.ac...@gmail.com>
Date: Thu, 25 Sep 2008 19:18:34 -0700 (PDT)
Local: Thurs, Sep 25 2008 10:18 pm
Subject: Re: Could Not Find HelloAndroid.apk!
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 <kevinmcom...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kevin M  
View profile  
 More options Sep 25 2008, 10:21 pm
From: Kevin M <kevinmcom...@gmail.com>
Date: Thu, 25 Sep 2008 19:21:28 -0700 (PDT)
Local: Thurs, Sep 25 2008 10:21 pm
Subject: Re: Could Not Find HelloAndroid.apk!
I don't understand... where is the compiler?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Xavier Ducrohet  
View profile  
 More options Sep 25 2008, 10:47 pm
From: "Xavier Ducrohet" <x...@google.com>
Date: Thu, 25 Sep 2008 19:47:32 -0700
Local: Thurs, Sep 25 2008 10:47 pm
Subject: Re: [android-beginners] Re: Could Not Find HelloAndroid.apk!
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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kevin M  
View profile  
 More options Sep 26 2008, 5:25 pm
From: Kevin M <kevinmcom...@gmail.com>
Date: Fri, 26 Sep 2008 14:25:23 -0700 (PDT)
Local: Fri, Sep 26 2008 5:25 pm
Subject: Re: Could Not Find HelloAndroid.apk!
Here's the error:

Description: Error generating final archive: Unable to get debug
signature key
Resource: HelloAndroid
Location: Unknown
Type: Generic ADT Problem


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Xavier Ducrohet  
View profile  
 More options Sep 26 2008, 5:57 pm
From: "Xavier Ducrohet" <x...@google.com>
Date: Fri, 26 Sep 2008 14:57:53 -0700
Local: Fri, Sep 26 2008 5:57 pm
Subject: Re: [android-beginners] Re: Could Not Find HelloAndroid.apk!
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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
elcman  
View profile  
 More options Oct 2 2008, 2:50 pm
From: elcman <elc...@gmail.com>
Date: Thu, 2 Oct 2008 11:50:40 -0700 (PDT)
Local: Thurs, Oct 2 2008 2:50 pm
Subject: Re: Could Not Find HelloAndroid.apk!
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 of those who use Eclipse...) you will
have GCJ version of Java Installed.

I removed Eclipse 3.2.2 and then downloaded and installed Eclipse
3.3.4. All of the packages, however, that were required by Eclipse
3.2.2 remain on the system. (Not all of that is bad, mind you, but you
have to jump through some additional hoops.)

You can back out of GCJ, for one, or you can use "update-alternatives"
to re-link the java tools.

Type:
sudo update-alternative --config java

You will be presented with a list of Java alternatives. If you have
installed Java 1.6.0, then look for that and hit the number next to
it.

Don't be fooled, you may have relinked Java, but you have not relinked
additional tools.

Type:
sudo update-alternative --config keytool

Then selected the appropriate Java keytool application. There may be
other things that may need to be relinked using this method, but those
two fixed my issue.

Next step, you may need to re-create the debug.keystore or make
another one for yourself using Java 1.6.0 keytool.

Java's keytool is a little different than GCJ. Type:

keytool -genkeypair

This will update the ".keystore" file in your home directory. I then
copied this to ".android/debug.keystore".

You can also go in to "Windows > Preferences > Android > Build" and
set the Custom debug keystore to your ~/.keystore file. I have both
filled in... just in case.

I still couldn't get it working because of the error flag on the build
process. I went into "Run > Run Configurations... " selected Android
Application and created a New_Configuration. Under the common tab, I
flipped it from Local File to Shared File, Ran the application (it
launched the emulator without an issue), then flipped it back to Local
file and saved it.

The .APK is now saved in the bin directory... now I just need to get
it to launch. :) Need to dive back into the documentation.

Man, I just want you all to know, this problem must be very obscure
with the signature file... because I couldn't find any real
information in one place. Hope this helps others...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Filipe Mondaini  
View profile  
 More options Oct 8 2008, 11:03 pm
From: Filipe Mondaini <filipemonda...@gmail.com>
Date: Wed, 8 Oct 2008 20:03:22 -0700 (PDT)
Local: Wed, Oct 8 2008 11:03 pm
Subject: Re: Could Not Find HelloAndroid.apk!
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 the command line I've used: C:\Arquivos de programas
\android-sdk-windows-1.0_r1\tools>apkbuilder.bat HelloAndroid.apk -rf
"C:\Documents and Settings\Filipe\workspace\HelloAndroid"

I hope it helps!
Filipe.

On 2 out, 23:37, "David Farler" <mag...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ftbalagt  
View profile  
 More options Oct 10 2008, 6:51 am
From: ftbalagt <ftbal...@gmail.com>
Date: Fri, 10 Oct 2008 03:51:45 -0700 (PDT)
Local: Fri, Oct 10 2008 6:51 am
Subject: Re: Could Not Find HelloAndroid.apk!
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 <kevinmcom...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Filipe Mondaini  
View profile  
 More options Oct 11 2008, 6:05 pm
From: Filipe Mondaini <filipemonda...@gmail.com>
Date: Sat, 11 Oct 2008 15:05:15 -0700 (PDT)
Local: Sat, Oct 11 2008 6:05 pm
Subject: Re: Could Not Find HelloAndroid.apk!
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 <ftbal...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
roli  
View profile  
 More options Oct 24 2008, 7:57 am
From: roli <rschil...@gmail.com>
Date: Fri, 24 Oct 2008 04:57:21 -0700 (PDT)
Local: Fri, Oct 24 2008 7:57 am
Subject: Re: Could Not Find HelloAndroid.apk!
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 <filipemonda...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »