I am trying to send the files from an Android project so that a friend of mine can open a new Android project in eclipse and mess around with code/run the project from their home machine. However, I have run into some problems dealing with missing manifest files, and non-matching signatures.
What is the simplest procedure for bundling up an Android project (not an .apk) to send to someone for their use in eclipse?