If you use the 0.7.1 plugin then it will automatically use a debug key/certificate to sign application when building.
When you release your application you will need to export it from Eclipse (see the overview page of the manifest editor, it'll create an unsigned package), and then manually sign it with your personnal certificate, using jarsigner. Xav On Thu, Aug 21, 2008 at 10:52 PM, Wesley <[EMAIL PROTECTED]> wrote: > hi Xav, > > oic... > > thanks for the reply... > > is there means sdk 0.9 need to sign application manually??? I use eclipse > to create project it can install and run, but when I develop use the project > and adding image to res and so on... it has this problem... means I need to > manually signing the apk with some sort of key??? > > how to signing apk??? > can u show me??? > > > thanks... > have a nice day... > > > Wesley. > > On Fri, Aug 22, 2008 at 12:36 PM, Xavier Ducrohet <[EMAIL PROTECTED]> wrote: > >> You are attempting to install an application that is not signed. >> >> If use ant, you will need to have activityCreator regenerate a new >> build.xml file that contains the proper steps for building/signing your >> application. >> >> More information here: >> http://code.google.com/android/intro/develop-and-debug.html#signing >> >> Xav >> >> On Thu, Aug 21, 2008 at 9:22 PM, Wesley Sagittarius <[EMAIL PROTECTED]>wrote: >> >>> >>> I trying the SDK 0.9... my previous application is for m5 one.. >>> >>> I got this error when I wanna to run my application... >>> may I know any one what is that means??? and solution would be??? >>> >>> >>> 08-22 04:13:41.732: ERROR/PackageParser(46): Package >>> com.google.testing has no certificates at entry res/drawable/icon.png; >>> ignoring! >>> >>> >>> >>> >>> Wesley. >>> >>> >>> >> >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ 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] 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 -~----------~----~----~----~------~----~------~--~---

