Importing gmail contacts on android emulator

前端 未结 6 1165
没有蜡笔的小新
没有蜡笔的小新 2020-12-29 07:38

I want to import contacts from my gmail account on android emulator in the same way you can do it on T-Mobile G1 phone.

Is it possible?

[I have

6条回答
  •  囚心锁ツ
    2020-12-29 08:08

    The emulator image might not include the necessary sync provider. If it does, the way to trigger it will be to run the setup wizard where you put in your Google account email and password. One way to launch the wizard, if it's present, is to install AnyCut, create a shortcut to the activity called "Setup Wizard" (if I remember correctly) and click on it. Of course, you might not have Market to get to AnyCut... you could do adb pull /data/app/com.appdroid.anycut.apk anycut.apk from a real phone.

提交回复
热议问题