Tom Opgenorth wrote: > On Fri, Apr 9, 2010 at 19:12, Mark Murphy <[email protected]> wrote: >> Or perhaps you sync your debug.store files. > > That too would work! Is there a way to, on a project by project > basis, specify which debug.store file to use? i.e. does it always > have to be ~/.android/debug.store?
Well, you sign the APK with jarsigner and tell it what keystore to use. I do not know off the top of my head how best to modify the Ant build scripts or Eclipse...ummm...stuff to change how they use jarsigner. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Training in US: 14-18 June 2010: http://bignerdranch.com -- 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 To unsubscribe, reply using "remove me" as the subject.

