I have a application that builds within the 2.2 source code build. (To be clear Im not using the android SDK, I have downloaded the full source for the base 2.2 FroYo build, and my application lives in packages\apps folder). So
make MyApplication produces MyApplication.apk in out/target/product/generic/system/app But it is signed with the android development certificate. How can I build an unsigned application from within the android source build system, so I can sign it with my own certificate. Thanks. -- 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

