I was able to create an AVD running 2.2 and install the market but I would like to do the same to a AVD running 2.2 with Google APIs. When I try to install i get this:
C:\Program Files (x86)\Android\android-sdk-windows\tools>adb install root/Google ServicesFramework.apk 65 KB/s (728822 bytes in 10.916s) pkg: /data/local/tmp/GoogleServicesFramework.apk Failure [INSTALL_FAILED_ALREADY_EXISTS]
This happens when I try to install gmail.apk and vending.apk also. It says it already exists, but I've looked and its not there.
Is it possible to install the market on the Google APIs? Or does installing开发者_如何学Python GoogleServicesFramework.apk on plain 2.2 give me the same capabilities?
精彩评论