Compile android project to apk without eclipse

Posted by sandis on Stack Overflow See other posts from Stack Overflow or by sandis
Published on 2010-06-07T09:09:31Z Indexed on 2010/06/07 9:12 UTC
Read the original article Hit count: 428

Filed under:
|
|
|

What I have done is I have taken the class-files from my eclipse project and run them trough an optimizer/obfuscator. So I now have optimized class-files that I want to get in the form of an apk so I can sign and publish it. However, I am lost on how to do this. I guess I cant just copy them into the bin-folder of my eclipse-project, because eclipse would just overwrite them with a new compilation when I try to export a signed apk. So how do I create an apk from these class-files?

Cheers,

© Stack Overflow or respective owner

Related posts about android

Related posts about eclipse