I am signing an android application for release through Eclipse ADT. I followed these steps:
Do you know what could cause the problem? How can I fix it?
EDIT:
Operating System: ubuntu
See if allocating more memory in eclipse might fix your error. I searched google and it seemed like this is a problem others have faced, and there where a few suggestions to fix it. One is this:
http://www.avajava.com/tutorials/lessons/how-do-i-allocate-more-memory-to-eclipse.html
The other was to set memory in eclipse from 1024 to 1024MB. This had something to do with Android export not being able to understand what the memory size is if the MB is not included.