1.  Login to gmail and export contacts into vcf format.

2.  Open a cmd prompt and use the following command to push the file onto the SDCARD of the emulator

      - adb push contacts.vcf /sdcard/contacts.vcf

3.  Open the contacts application, hit the menu button and choose "import from sdcard" ... it should automatically pick up the vcf file.