[android-developers] Re: Problem in Exporting Signed Application Package

2010-06-15 Thread JaakL
I've got same issue, and same remedy also . It has something to do with latest Android SDK, having broken projects has not been issue for me before. I have Windows 7, Eclipse Galileo (3.5 I guess), ADT 0.9.7 On 26 mai, 02:09, Marc Lester Tan mail...@gmail.com wrote: Thanks Xav, you are

[android-developers] Re: Problem in Exporting Signed Application Package

2010-05-25 Thread TAKEphONE
Same here ! On May 25, 4:40 pm, Marc Lester Tan mail...@gmail.com wrote: Hi all, I've just upgraded my SDK to 2.2 and now when trying to export signed application in Eclipse, I am getting the following exception: *Message:* Unhandled event loop exception *Exception Stack Trace:*

Re: [android-developers] Re: Problem in Exporting Signed Application Package

2010-05-25 Thread Xavier Ducrohet
Ah thanks for the stack trace. I was trying to reproduce I couldn't, Do you have Android projects in your workspace that are broken? (ie they don't have a valid target?) That would be a reason for the NPE to show up. We have fixed the error already. I might look into pushing the fix sooner than

Re: [android-developers] Re: Problem in Exporting Signed Application Package

2010-05-25 Thread Marc Lester Tan
Thanks Xav, you are correct, I have broken projects in the workspace. Fixing them or closing those projects did the trick. -Marc On Wed, May 26, 2010 at 5:54 AM, Xavier Ducrohet x...@android.com wrote: Ah thanks for the stack trace. I was trying to reproduce I couldn't, Do you have Android