What is the best way to generate an apk file to submit my app to Amazon using Eclipse?
I tried using the Android Tools -> Export Unsigned Application Package... But when I email the apk to my Kindle Fire and try to install it, the install fails with "Application failed to install"
If I grab the apk that eclipse generates in the bin folder and email it to myself, then it installs fine in the Kindle, but this is a debug build.
I would like to produce a release build that will be the one I submit to Amazon and that I can also install wirelessly to my Kindle for testing. I would like to test the same build I submit to Amazon. But I don't know how to generate the build to submit to Amazon either.
Thanks!