Would it be possible to provide a emulator image that has all the Google apps that come with real devices, like Gmail etc?
I don’t have access to a 2.0 device which makes it close to impossible for me to develop/debug apps which uses AccountManager etc.
Download the Android Dev Phone system image from http://developer.htc.com/adp.html.
Then, create a new AVD (using the
androidtool oradb) with the matching version. The avd directory will appear at the.androiddirectory inside your home directory (Run%USERPROFILE%on windows). Then, putsystem.imgfile downloaded into the<name of avd>.avddirectory. Start the emulator and you will use Android with Google apps installed.Disclaimer: about whether it is legal or not to download and use such images, I don’t know. Please read the text there and decide yourself.