Okay, so I'm working on a project where I need to create an android app (for which I'm using the Eclipse IDE). My supervisor has asked me for the apk
file, but how do I do this? Note that the program is not yet completed, but it does not have errors (i.e, it will work if he runs it, but its not something I want the general public to be using). I would preferably like a method that would later allow me to update the app as I work on code and finally release my final version (which would allow the general public to upload as well).
Please advise!