please someone help with this...

i'm getting the same issue and I think it's preventing me from
releasing my APK. It looks like I cannot build the apk w/o Eclipse
using the debug key to sign it, but I need an unsigned apk.

I've used the wizard, that's not the issue.  The wizard just takes the
already signed apk (debug) and creates/"exports" another file but that
file seems messed up bcos when I run later with maps api the emulator
cannot access maps.

This all works when I actually want the debug-signed apk.  Yes, I
changed my map key references before compiling.

this is what i'd like to do:

1) get release key and maps key
2) compile unsigned apk
3) sign it
4) run it

unfortunately this "conversion issue" prevents unsigned apk,
instead, this happens:

1) got keys
2) compile fails
3) refresh then build again -> now compiles -> created debug SIGNED
apk -- bad
4) signed again with private -- seemed ok, but not?
5) emulate fails maps api access -> this worked when using debug key

i'm using gaymede eclipse with Android plugin 0.9.
I tried full reinstall of everything.

please help....

below is jarsigner verification of doubly signed apk.

-Ian

$ jarsigner -verify -verbose EatAndRunDroid.apk

sm    541696 Fri Jul 10 00:07:20 EDT 2009 assets/health.db
sm       994 Fri Jul 10 00:06:28 EDT 2009 res/drawable/eatandrun.png
sm      2004 Fri Jul 10 00:07:20 EDT 2009 res/layout/jog.xml
sm       908 Fri Jul 10 00:07:20 EDT 2009 res/layout/main.xml
sm      1212 Fri Jul 10 00:07:20 EDT 2009 res/layout/map.xml
sm       816 Fri Jul 10 00:07:20 EDT 2009 res/layout/row.xml
sm       920 Fri Jul 10 00:07:20 EDT 2009 res/layout/show_food.xml
sm      1860 Fri Jul 10 00:07:20 EDT 2009 res/layout/weight.xml
sm      5604 Fri Jul 10 00:07:20 EDT 2009 AndroidManifest.xml
sm      7948 Fri Jul 10 00:06:28 EDT 2009 resources.arsc
sm     65412 Fri Jul 10 00:07:20 EDT 2009 classes.dex
sm     10710 Fri Jul 10 00:07:20 EDT 2009 com/eatandrun/bft.gpx
        1544 Fri Jul 10 00:07:20 EDT 2009 META-INF/MANIFEST.MF
        1597 Fri Jul 10 00:07:20 EDT 2009 META-INF/CERT.SF
         916 Fri Jul 10 00:07:20 EDT 2009 META-INF/CERT.RSA

  s = signature was verified
  m = entry is listed in manifest
  k = at least one certificate was found in keystore
  i = at least one certificate was found in identity scope



On May 23, 3:50 pm, n5r11 <[email protected]> wrote:
> This is my strange scenario.. maybe it will help someone:
>
> 1. On "Project/Build Automatically" checked I'm not getting any
> errors.
> 2. When I uncheck "Project/Build Automatically" and build, I'm not
> getting any errors.
> 3. When I clean and build (with "Project/Build Automatically"
> unchecked) i get: no classfiles specified; Conversion toDalvikformat
> failed with error 1
> 4. When I clean with "Project/Build Automatically" checked, I'm not
> getting any errors.
>
> On 13 мај, 22:18, Danny <[email protected]> wrote:
>
>
>
> > This seems to work,
> > but now I'm getting
> > "Could not find myapp.apk!"
>
> > On May 2, 10:05 am, CnmJbm <[email protected]> wrote:
>
> > > ok, it seems i fixed it on my environment.
>
> > > just delete the R.java (by refreshing the project) and rebuild the
> > > project.
>
> > > On May 2, 9:57 am, CnmJbm <[email protected]> wrote:
>
> > > > i got the sameerror, TOO!!!
>
> > > > May Day!!!!
>
> > > > On Apr 28, 3:57 pm, "[email protected]" <[email protected]>
> > > > wrote:
>
> > > > > Hi,
>
> > > > > I just updated to SDK 1.5 and all of my projects are failing to build
> > > > > with the followingerror:
>
> > > > > [2009-04-28 15:53:23 - Utilities]noclassfilesspecified
> > > > > [2009-04-28 15:53:23 - Utilities]ConversiontoDalvikformatfailed
> > > > > witherror1
>
> > > > > ("Utilities" is the name of this specific project.)
>
> > > > > Any idea why? I'm on Ubuntu 9.04 x64. Before the update to 1.5
> > > > > everything worked fine. Thanks.
>
> > > > > Chris- Hide quoted text -
>
> - Show quoted text -

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to