How can I instruct Eclipse to copy a file from my Android solution to the emulator as part of Run / Debug? I have a small database stored in Assets that should accompany the application. So far, I just copied the file myself using DDMS, but would prefer it to turn on automatically. Project properties allow me to specify some aspects of the assembly, for example. build order and which libraries should be included, but I see nothing about simple file copying.
android eclipse database
Justin R.
source share