by freewheelnat » Fri Apr 16, 2010 9:27 am
From the command line, you can install your signed app using adb typing "adb install yourfile.apk" while your emulator is running. Not sure if this is what you mean by "manually import", but yes, this is the only way.
To install an unsigned app, you can just run it from Eclipse of course.