I seldom argue w/Mark... but in this case I think there is a way to do this. The application you've downloaded is in the directory /data/app on the device to which you downloaded it. Use "adb pull" to copy the file to your dev machine. Now use "adb install" to push it to your emulator. Bam! Bob's your uncle...
G. Blake Meike Programming Android http://shop.oreilly.com/product/0636920010364.do -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

