com.google.android.gsf package couldn't be found

后端 未结 2 1824
醉酒成梦
醉酒成梦 2020-11-28 07:01

I am trying to use new Google Cloud Messaging system but I have some problems.

I read Getting Started document and reviewed demo app; after that I applied requiremen

2条回答
  •  情歌与酒
    2020-11-28 07:49

    it seems to me like you're using the wrong emulator.

    The default emulator uses a regular Android emulator that doesn't have any Google packages and can't run all sorts of things like maps, c2dm and all sorts of stuff like that.

    what you want to do, is create a new emulator that can support the Google APIs.

    then, when you run the project, choose the emulator that runs the target name Google APIs (Google Inc).

    good luck.

提交回复
热议问题