[android-developers] Re: Problems when signing APKs with Java 7.

2011-12-16 Thread joebowbeer
Here is a bug report and patch to Ant's signjar task: https://issues.apache.org/bugzilla/show_bug.cgi?id=52344 More related discussion and proposed workarounds at: http://stackoverflow.com/questions/8036422/android-signing-with-ant Joe On Nov 17, 8:27 pm, Nikolay Elenkov

Re: [android-developers] Re: Problems when signing APKs with Java 7.

2011-11-18 Thread BoD
Thanks a lot for the link. -- BoD -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: Problems when signing APKs with Java 7.

2011-11-17 Thread gjs
Hi, Yes I can confirm the same problems happen with jarsigner jdk 1.7 and Windows 7, must use jdk 1.6 or prior. Regards On Nov 17, 8:37 pm, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Thu, Nov 17, 2011 at 5:37 PM, BoD bodlu...@gmail.com wrote: Thanks for your answer. I guess I was

Re: [android-developers] Re: Problems when signing APKs with Java 7.

2011-11-17 Thread Nikolay Elenkov
On Fri, Nov 18, 2011 at 1:20 PM, gjs garyjamessi...@gmail.com wrote: Hi, Yes I can confirm the same problems happen with jarsigner jdk 1.7 and Windows 7, must use jdk 1.6 or prior. Here's the related ADT issue: http://code.google.com/p/android/issues/detail?id=19567 -- You received this